Package dev.shamoo.runtime.core
Class PluginLifecycleError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.shamoo.runtime.core.LifecycleError
dev.shamoo.runtime.core.PluginLifecycleError
- All Implemented Interfaces:
Serializable
Structured hook failure with a phase-specific code.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginLifecycleError(PluginId pluginId, PluginLifecycleState phase, UUID correlationId, String code, Throwable cause) -
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
-
PluginLifecycleError
public PluginLifecycleError(PluginId pluginId, PluginLifecycleState phase, UUID correlationId, String code, Throwable cause)
-