public class UncheckedInterruptException extends UncheckedException
InterruptedException. It resets the interrupt flag.| Constructor and Description |
|---|
UncheckedInterruptException(InterruptedException cause)
This constructor also sets the interrupt flag
see
UncheckedException(Throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedInterruptException(InterruptedException cause)
UncheckedException(Throwable)cause - the underlying causeCopyright © 2016–2018 earcam. All rights reserved.