public class RuntimeTimeoutException extends XDRuntimeException
TimeoutException and can accept
an instance of TimeoutException as a root cause.| Constructor and Description |
|---|
RuntimeTimeoutException(java.lang.String message)
Construct a
RuntimeTimeoutException. |
RuntimeTimeoutException(java.lang.String message,
java.util.concurrent.TimeoutException cause)
Construct a
RuntimeTimeoutException. |
public RuntimeTimeoutException(java.lang.String message)
RuntimeTimeoutException.message - detailed messagepublic RuntimeTimeoutException(java.lang.String message,
java.util.concurrent.TimeoutException cause)
RuntimeTimeoutException.message - detailed messagecause - root cause exception