42@SuppressWarnings(
"serial")
74 return (InterruptedException)super.getCause();
Unchecked exception propagating an InterruptedException where handling of the latter is not desired.
InterruptedRuntimeException(final InterruptedException cause)
Constructor attempts to wrap the given InterruptedException cause into a SourcedInterruptedException.
InterruptedException getCause()
Returns the propagated InterruptedException, i.e.
InterruptedRuntimeException(final String message, final InterruptedException cause)
Constructor attempts to wrap the given InterruptedException cause into a SourcedInterruptedException.
InterruptedException, which may include the source, see getInterruptSource().
static InterruptedException wrap(final InterruptedException ie)
Wraps the given InterruptedException into a SourcedInterruptedException if it is not yet of the desir...