Class ShutdownController.IllegalShutdownStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- ch.raffael.meldioc.library.base.lifecycle.ShutdownController.IllegalShutdownStateException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- ShutdownController
public static class ShutdownController.IllegalShutdownStateException extends java.lang.IllegalStateException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalShutdownStateException(ShutdownController.State state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShutdownController.Statestate()
-
-
-
Constructor Detail
-
IllegalShutdownStateException
public IllegalShutdownStateException(ShutdownController.State state)
-
-
Method Detail
-
state
public ShutdownController.State state()
-
-