Klasse InternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.InternalException
Alle implementierten Schnittstellen:
Serializable

public class InternalException extends Exception
should be thrown whenever there's an error which can't be corrected by the client
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • InternalException

      public InternalException()
    • InternalException

      public InternalException(String message, Throwable cause)
    • InternalException

      public InternalException(String message)
    • InternalException

      public InternalException(Throwable cause)