Class AlreadyInitializedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ovh.mythmc.gestalt.exceptions.AlreadyInitializedException
All Implemented Interfaces:
Serializable

public final class AlreadyInitializedException extends RuntimeException
Thrown when an attempt is made to initialize a Gestalt instance that has already been set.
See Also:
  • Constructor Details

    • AlreadyInitializedException

      public AlreadyInitializedException(String exception)
      Constructs a new AlreadyInitializedException with the given message.
      Parameters:
      exception - the detail message