Class ServerInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.destroystokyo.paper.exception.ServerException
com.destroystokyo.paper.exception.ServerInternalException
- All Implemented Interfaces:
Serializable
Thrown when the internal server throws a recoverable exception.
- See Also:
- Serialized Form
-
Constructor Summary
ModifierConstructorDescriptionServerInternalException(String message)
ServerInternalException(String message, Throwable cause)
protected
ServerInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ServerInternalException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerInternalException
-
ServerInternalException
-
ServerInternalException
-
ServerInternalException
-
-
Method Details
-
reportInternalException
-