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:
  • Constructor Details

    • ProxyException

      public ProxyException(String message)
    • ProxyException

      public ProxyException(String message, Throwable cause)
    • ProxyException

      public ProxyException(Throwable cause)
    • ProxyException

      protected ProxyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)