public class RuntimeTimeoutException extends RuntimeException
TimeoutException as an unchecked exception.| Constructor and Description |
|---|
RuntimeTimeoutException(long time,
TimeUnit unit)
Constructor for RuntimeTimeoutException.
|
RuntimeTimeoutException(String message,
TimeoutException cause)
Constructor for RuntimeTimeoutException.
|
RuntimeTimeoutException(TimeoutException cause)
Constructor for RuntimeTimeoutException.
|
| Modifier and Type | Method and Description |
|---|---|
TimeoutException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeTimeoutException(TimeoutException cause)
cause - a TimeoutException.public RuntimeTimeoutException(String message, TimeoutException cause)
message - a String object.cause - a TimeoutException.public TimeoutException getCause()
Copyright © 2024 Atlassian. All rights reserved.