Package com.djrapitops.plan.exceptions
Class EnableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.djrapitops.plan.exceptions.EnableException
- All Implemented Interfaces:
Serializable
Thrown when something goes wrong with Plan initialization.
- See Also:
-
Constructor Summary
ConstructorDescriptionEnableException
(String message) EnableException
(String message, 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
-
EnableException
-
EnableException
-