Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • InternalException

      public InternalException(int code, String message)
    • InternalException

      public InternalException(String message)
    • InternalException

      public InternalException(String message, Throwable cause)
    • InternalException

      public InternalException(Throwable cause)
    • InternalException

      public InternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)