Class InternalErrorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotImplemented

public class InternalErrorException extends RuntimeException
See Also:
  • Constructor Details

    • InternalErrorException

      public InternalErrorException()
    • InternalErrorException

      public InternalErrorException(String msg)
    • InternalErrorException

      public InternalErrorException(Throwable th)
    • InternalErrorException

      public InternalErrorException(String msg, Throwable th)