Package uk.ac.ebi.utils.exceptions
Class UnexpectedEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.ebi.utils.exceptions.UnexpectedEventException
- All Implemented Interfaces:
Serializable
To be used when the execution flow of a program has met an event that is unusual, rare, or alike. E.g., it can
be used to wrap
InterruptedException
with an unchecked exception.- Author:
- brandizi
- Date:
- 14 Dec 2017
- See Also:
-
Constructor Summary
ConstructorDescriptionUnexpectedEventException
(String message) UnexpectedEventException
(String message, Throwable 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
-
UnexpectedEventException
-
UnexpectedEventException
-