Class UncheckedInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang3.exception.UncheckedException
org.apache.commons.lang3.exception.UncheckedInterruptedException
- All Implemented Interfaces:
- Serializable
Unchecked 
InterruptedException.- Since:
- 3.13.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs an instance initialized to the givencause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UncheckedInterruptedExceptionConstructs an instance initialized to the givencause.- Parameters:
- cause- the cause (which is saved for later retrieval by the- Throwable.getCause()method). (A- nullvalue is permitted, and indicates that the cause is nonexistent or unknown.)
 
 
-