Class ProxyInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.waterfallmc.waterfall.exception.ProxyException
io.github.waterfallmc.waterfall.exception.ProxyInternalException
- All Implemented Interfaces:
Serializable
Thrown when the internal server throws a recoverable exception.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionProxyInternalException
(String message) ProxyInternalException
(String message, Throwable cause) protected
ProxyInternalException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ProxyInternalException
(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
-
ProxyInternalException
-
ProxyInternalException
-
ProxyInternalException
-
ProxyInternalException
-
-
Method Details
-
reportInternalException
-