public final class TimeoutException
extends java.lang.RuntimeException
Constructor and Description |
---|
TimeoutException(java.lang.String message)
Constructs a
TimeoutException with the specified detail message. |
TimeoutException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
TimeoutException with the specified detail message and cause. |
public TimeoutException(java.lang.String message)
TimeoutException
with the specified detail message.message
- the detail messagepublic TimeoutException(java.lang.String message, java.lang.Throwable cause)
TimeoutException
with the specified detail message and cause.message
- the detail messagecause
- the cause