Package rasj
Class RasConnectionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.odmg.ODMGRuntimeException
-
- rasj.RasConnectionFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RasConnectionFailedException extends ODMGRuntimeException
PURPOSE: This exception is raised when the connection to the RasDaMan server fails. This typically happens when the RasDaMan server is either not running or unable to connect to the base DBMS. Also communication failures between RasManager and RasServer may produce this kind of exception.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RasConnectionFailedException(int errNo, java.lang.String parameter)Default constructor taking the rasdaman error number and an optional parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorNo()Returns the RasDaMan error numberjava.lang.StringgetMessage()Returns the error message.
-
-
-
Constructor Detail
-
RasConnectionFailedException
public RasConnectionFailedException(int errNo, java.lang.String parameter)Default constructor taking the rasdaman error number and an optional parameter.- Parameters:
errNo- the rasdaman error numberparameter- optional parameter that can be inserted into the error message
-
-