Class ServiceInitialisationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.service.ServiceInitialisationException
All Implemented Interfaces:
Serializable

public class ServiceInitialisationException extends RuntimeException
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 Details

    • ServiceInitialisationException

      public ServiceInitialisationException()
    • ServiceInitialisationException

      public ServiceInitialisationException(String message)
    • ServiceInitialisationException

      public ServiceInitialisationException(Throwable cause)
    • ServiceInitialisationException

      public ServiceInitialisationException(String message, Throwable cause)