Class ServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.destroystokyo.paper.exception.ServerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ServerCommandException,- ServerInternalException,- ServerPluginException
Wrapper exception for all exceptions that are thrown by the server.
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionServerException(String message) ServerException(String message, Throwable cause) protectedServerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ServerException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ServerException
- 
ServerException
- 
ServerException
- 
ServerException
 
-