Class UncheckedInterruptedException

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

public class UncheckedInterruptedException extends RuntimeException
An unchecked version of InterruptedException.
Author:
brandizi
Date:
28 Apr 2020
See Also:
  • Constructor Details

    • UncheckedInterruptedException

      public UncheckedInterruptedException(String message, InterruptedException cause)
    • UncheckedInterruptedException

      public UncheckedInterruptedException(String message)