Package rasj
Class RasClientInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rasj.RasRuntimeException
rasj.RasClientInternalException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionRasClientInternalException(String className, String methodName, String msg) standard constructor. -
Method Summary
Methods inherited from class rasj.RasRuntimeException
getErrNoMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RasClientInternalException
standard constructor.
-
-
Method Details
-
getMessage
Returns the error message.- Overrides:
getMessagein classRasRuntimeException- Returns:
- the error message.
-