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
public class ProxyException extends Exception
Wrapper exception for all exceptions that are thrown by the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description ProxyException(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
-
-