Class ServerPluginEnableDisableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.destroystokyo.paper.exception.ServerException
com.destroystokyo.paper.exception.ServerPluginException
com.destroystokyo.paper.exception.ServerPluginEnableDisableException
- All Implemented Interfaces:
- Serializable
Thrown whenever there is an exception with any enabling or disabling of plugins.
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedServerPluginEnableDisableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin) ServerPluginEnableDisableException(String message, Throwable cause, Plugin responsiblePlugin) ServerPluginEnableDisableException(Throwable cause, Plugin responsiblePlugin) 
- 
Method SummaryMethods inherited from class com.destroystokyo.paper.exception.ServerPluginExceptiongetResponsiblePluginMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ServerPluginEnableDisableException
- 
ServerPluginEnableDisableException
- 
ServerPluginEnableDisableException
 
-