public class UncheckedInterruptedException extends UncheckedException
InterruptedException
.Constructor and Description |
---|
UncheckedInterruptedException(java.lang.Throwable cause)
Constructs an instance initialized to the given
cause . |
public UncheckedInterruptedException(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