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
public class ProxyInternalException extends ProxyException
Thrown when the internal server throws a recoverable exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description ProxyInternalException(String message)
ProxyInternalException(String message, Throwable cause)
protected
ProxyInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ProxyInternalException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
reportInternalException(Throwable cause)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-