Package rasj

Class 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.String getMessage()
      Returns the error message.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RasClientInternalException

        public RasClientInternalException​(java.lang.String className,
                                          java.lang.String methodName,
                                          java.lang.String msg)
        standard constructor.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Returns the error message.
        Overrides:
        getMessage in class RasRuntimeException
        Returns:
        the error message.