public class UncheckedInterruptException extends RuntimeException
Unchecked exception thrown to propagate an interrupt up the stack.
| Constructor and Description |
|---|
UncheckedInterruptException() |
UncheckedInterruptException(String message) |
UncheckedInterruptException(String message,
Throwable cause) |
UncheckedInterruptException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString