Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends RuntimeException
Thrown to indicate that an unexpected internal error has occurred.
Since:
1.3
See Also:
  • Constructor Details Link icon

    • InternalException Link icon

      public InternalException()
    • InternalException Link icon

      public InternalException(String s)
    • InternalException Link icon

      public InternalException(int errorCode)
    • InternalException Link icon

      public InternalException(String s, int errorCode)
  • Method Details Link icon

    • errorCode Link icon

      public int errorCode()