Class FailureRestart

All Implemented Interfaces:
Serializable

public abstract class FailureRestart extends 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:
  • Constructor Details

    • FailureRestart

      public FailureRestart(String message)