Class ServerInternalException

All Implemented Interfaces:
Serializable

public class ServerInternalException extends ServerException
Thrown when the internal server throws a recoverable exception.
See Also:
Serialized Form
  • Constructor Details

    • ServerInternalException

      public ServerInternalException(String message)
    • ServerInternalException

      public ServerInternalException(String message, Throwable cause)
    • ServerInternalException

      public ServerInternalException(Throwable cause)
    • ServerInternalException

      protected ServerInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details

    • reportInternalException

      public static void reportInternalException(Throwable cause)