Class InternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.InternalException
All Implemented Interfaces:
Serializable

public class InternalException extends Exception
should be thrown whenever there's an error which can't be corrected by the client
Author:
geidell
See Also:
  • Constructor Details

    • InternalException

      public InternalException()
    • InternalException

      public InternalException(String message, Throwable cause)
    • InternalException

      public InternalException(String message)
    • InternalException

      public InternalException(Throwable cause)