Class TerminalFailureException

All Implemented Interfaces:
Serializable

public class TerminalFailureException extends RuntimeException
If thrown, indicates terminal failure condition has been reached, and that the system should immediately stop polling conditions and fail.
See Also:
  • Constructor Details

    • TerminalFailureException

      public TerminalFailureException(String message)
    • TerminalFailureException

      public TerminalFailureException(String message, Throwable cause)