public class OperationTimeoutException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
OperationTimeoutException()
Creates and initializes a new
OperationTimeoutException instance. |
OperationTimeoutException(java.lang.String message)
Creates and initializes a new
OperationTimeoutException instance. |
OperationTimeoutException(java.lang.String message,
java.lang.Throwable cause)
Creates and initializes a new
OperationTimeoutException instance. |
OperationTimeoutException(java.lang.Throwable cause)
Creates and initializes a new
OperationTimeoutException instance. |
public OperationTimeoutException()
OperationTimeoutException instance.public OperationTimeoutException(java.lang.Throwable cause)
OperationTimeoutException instance.cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public OperationTimeoutException(java.lang.String message)
OperationTimeoutException instance.message - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.public OperationTimeoutException(java.lang.String message,
java.lang.Throwable cause)
OperationTimeoutException instance.message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)