Package dev.shamoo.runtime.core
Class PluginDependencyError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.shamoo.runtime.core.LifecycleError
dev.shamoo.runtime.core.PluginDependencyError
- All Implemented Interfaces:
Serializable
Structured lifecycle rejection caused by dependency state or compatibility.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginDependencyError(PluginId pluginId, PluginLifecycleState phase, UUID correlationId, String code, String message) -
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
-
PluginDependencyError
public PluginDependencyError(PluginId pluginId, PluginLifecycleState phase, UUID correlationId, String code, String message)
-