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 Summary
ModifierConstructorDescriptionServerException
(String message) ServerException
(String message, Throwable cause) protected
ServerException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ServerException
(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
-
ServerException
-
ServerException
-
ServerException
-
ServerException
-