Class StargateInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sgrewritten.stargate.exception.StargateInitializationException
- All Implemented Interfaces:
Serializable
An exception thrown when Stargate fails its initialization
- See Also:
-
Constructor Summary
ConstructorDescriptionStargateInitializationException
(String message) Instantiates a new Stargate Initialization exceptionStargateInitializationException
(Throwable exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StargateInitializationException
Instantiates a new Stargate Initialization exception- Parameters:
message
-The message describing the cause of the exception
-
StargateInitializationException
- Parameters:
exception
-The real cause of this exception
-