Class UnexpectedEventException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.ebi.utils.exceptions.UnexpectedEventException
All Implemented Interfaces:
Serializable

public class UnexpectedEventException extends RuntimeException
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 Details

    • UnexpectedEventException

      public UnexpectedEventException(String message, Throwable cause)
    • UnexpectedEventException

      public UnexpectedEventException(String message)