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:
java.io.Serializable
public class TerminalFailureException extends java.lang.RuntimeExceptionIf thrown, indicates terminal failure condition has been reached, and that the system should immediately stop polling conditions and fail.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TerminalFailureException(java.lang.String message)TerminalFailureException(java.lang.String message, java.lang.Throwable cause)
-