Package rasj
Class RasClientInternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- rasj.RasRuntimeException
-
- rasj.RasClientInternalException
-
- All Implemented Interfaces:
java.io.Serializable
public class RasClientInternalException extends RasRuntimeException
PURPOSE: This runtime exception indicates an internal error on client-side , which cannot be solved by the user. In case of such an event, please send a bug message to info@active-knowledge.de containing the complete error message and a precise description of the actions that lead to this exception.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RasClientInternalException(java.lang.String className, java.lang.String methodName, java.lang.String msg)standard constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()Returns the error message.-
Methods inherited from class rasj.RasRuntimeException
getErrNo
-
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Returns the error message.- Overrides:
getMessagein classRasRuntimeException- Returns:
- the error message.
-
-