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:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionServerInternalException(String message) ServerInternalException(String message, Throwable cause) protectedServerInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ServerInternalException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ServerInternalException
- 
ServerInternalException
- 
ServerInternalException
- 
ServerInternalException
 
- 
- 
Method Details- 
reportInternalException
 
-