Package org.spongepowered.asm.service
Class ServiceInitialisationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.service.ServiceInitialisationException
- All Implemented Interfaces:
Serializable
Exception thrown when a service fails during initialisation, expected if the
service is missing a dependency or is attempting to boot in an incompatible
environment
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceInitialisationException(String message) ServiceInitialisationException(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
-
ServiceInitialisationException
public ServiceInitialisationException() -
ServiceInitialisationException
-
ServiceInitialisationException
-
ServiceInitialisationException
-