Package rasj

Class RasClientInternalException

All Implemented Interfaces:
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:
  • Constructor Details

    • RasClientInternalException

      public RasClientInternalException(String className, String methodName, String msg)
      standard constructor.
  • Method Details