Package dev.shamoo.runtime.core
Class LifecycleTimeoutError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.shamoo.runtime.core.LifecycleError
dev.shamoo.runtime.core.LifecycleTimeoutError
- All Implemented Interfaces:
Serializable
Structured timeout from a lifecycle hook or invocation drain.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLifecycleTimeoutError(PluginId pluginId, PluginLifecycleState phase, UUID correlationId, Duration timeout, 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
-
LifecycleTimeoutError
public LifecycleTimeoutError(PluginId pluginId, PluginLifecycleState phase, UUID correlationId, Duration timeout, Throwable cause)
-