public class ConditionTimeoutException extends RuntimeException
| Constructor and Description |
|---|
ConditionTimeoutException(String message)
Constructor for ConditionTimeoutException.
|
ConditionTimeoutException(String message,
Throwable throwable)
Constructor for ConditionTimeoutException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConditionTimeoutException(String message)
Constructor for ConditionTimeoutException.
message - A description of why the timeout occurred.Copyright © 2010–2022. All rights reserved.