Class FailureStop

All Implemented Interfaces:
Serializable

public abstract class FailureStop extends RuntimeException
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.

param: message represents the description or cause of exception

See Also:
  • Constructor Details

    • FailureStop

      public FailureStop(String message)