Package dev.shamoo.runtime.core
Class LifecycleError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.shamoo.runtime.core.LifecycleError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalLifecycleTransitionError,LifecycleTimeoutError,PluginDependencyError,PluginDisableError,PluginDrainError,PluginEnableError,PluginLifecycleError,PluginLoadError,PluginQuarantinedError,PluginReadyError,PluginUnloadError,ResourceCleanupError
Structured base error emitted by lifecycle coordination.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLifecycleError(PluginId pluginId, PluginLifecycleState phase, UUID correlationId, String code, 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
-
LifecycleError
-
-
Method Details
-
pluginId
-
phase
-
correlationId
-
code
-