Package org.awaitility.core
Class TerminalFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.awaitility.core.TerminalFailureException
- All Implemented Interfaces:
Serializable
If thrown, indicates terminal failure condition has been reached, and that the system should immediately stop polling
conditions and fail.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTerminalFailureException(String message) TerminalFailureException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TerminalFailureException
-
TerminalFailureException
-