Package dev.shamoo.runtime.core
Class IllegalLifecycleTransitionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.shamoo.runtime.core.LifecycleError
dev.shamoo.runtime.core.IllegalLifecycleTransitionError
- All Implemented Interfaces:
Serializable
Raised when a caller requests a transition outside the central transition table.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalLifecycleTransitionError(PluginId pluginId, PluginLifecycleState from, PluginLifecycleState to, UUID correlationId) -
Method Summary
Methods inherited from class dev.shamoo.runtime.core.LifecycleError
code, correlationId, phase, pluginIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalLifecycleTransitionError
public IllegalLifecycleTransitionError(PluginId pluginId, PluginLifecycleState from, PluginLifecycleState to, UUID correlationId)
-