Package org.spongepowered.asm.service
Class ServiceNotAvailableError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.spongepowered.asm.service.ServiceNotAvailableError
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceNotAvailableError extends java.lang.ErrorError to throw when no service is available in the current environment- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotAvailableError(java.lang.String message)
-