Package uk.ac.ebi.utils.exceptions
Class UncheckedInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.ebi.utils.exceptions.UncheckedInterruptedException
- All Implemented Interfaces:
Serializable
An unchecked version of
InterruptedException
.- Author:
- brandizi
- Date:
- 28 Apr 2020
- See Also:
-
Constructor Summary
ConstructorDescriptionUncheckedInterruptedException
(String message) UncheckedInterruptedException
(String message, InterruptedException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedInterruptedException
-
UncheckedInterruptedException
-