Package ovh.mythmc.gestalt.exceptions
Class AlreadyInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ovh.mythmc.gestalt.exceptions.AlreadyInitializedException
- All Implemented Interfaces:
Serializable
Thrown when an attempt is made to initialize a Gestalt instance that has already been set.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlreadyInitializedException(String exception) Constructs a newAlreadyInitializedExceptionwith the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyInitializedException
Constructs a newAlreadyInitializedExceptionwith the given message.- Parameters:
exception- the detail message
-