Class ProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.waterfallmc.waterfall.exception.ProxyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProxyCommandException
,ProxyEventException
,ProxyInternalException
,ProxyPluginException
Wrapper exception for all exceptions that are thrown by the server.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionProxyException
(String message) ProxyException
(String message, Throwable cause) protected
ProxyException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ProxyException
(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
-
ProxyException
-
ProxyException
-
ProxyException
-
ProxyException
-