Class ServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.destroystokyo.paper.exception.ServerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServerCommandException, ServerInternalException, ServerPluginException

public class ServerException extends Exception
Wrapper exception for all exceptions that are thrown by the server.
See Also:
  • Constructor Details

    • ServerException

      public ServerException(String message)
    • ServerException

      public ServerException(String message, Throwable cause)
    • ServerException

      public ServerException(Throwable cause)
    • ServerException

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