public class UncheckedTimeoutException extends UncheckedException
TimeoutException
.Constructor and Description |
---|
UncheckedTimeoutException(java.lang.Throwable cause)
Constructs an instance initialized to the given
cause . |
public UncheckedTimeoutException(java.lang.Throwable cause)
cause
.cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A @{code null} value
is permitted, and indicates that the cause is nonexistent or unknown.)Copyright © 2010 - 2023 Adobe. All Rights Reserved