Package io.skodjob.testframe.wait
Class WaitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.skodjob.testframe.wait.WaitException
- All Implemented Interfaces:
Serializable
An exception indicating a failure while waiting.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWaitException(String message) Constructs a new WaitException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WaitException
Constructs a new WaitException with the specified detail message.- Parameters:
message- The detail message.
-