Class FailureStop

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class FailureStop
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FailureStop​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FailureStop

        public FailureStop​(java.lang.String message)