Class FailureRestart

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class FailureRestart
    extends java.lang.RuntimeException
    Represents an exception that will cause the component to restart. The component’s state will be cleared/reinitialized and onInitialize handler will be invoked.

    param: message represents the description or cause of exception

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FailureRestart​(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

      • FailureRestart

        public FailureRestart​(java.lang.String message)