package exceptions
Type Members
-
abstract
class
FailureRestart extends RuntimeException
Represents an exception that will cause the component to restart.
Represents an exception that will cause the component to restart. The component’s state will be cleared/reinitialized and onInitialize handler will be invoked.
-
abstract
class
FailureStop extends RuntimeException
Represents an exception that will cause the termination of component when thrown from any component code.
Represents an exception that will cause the termination of component when thrown from any component code. The onShutdown handler will be invoked next to facilitate graceful shutdown.