Package no.digipost.concurrent
Class Waiter.WasInterrupted
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.digipost.concurrent.Waiter.WasInterrupted
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Waiter
public static class Waiter.WasInterrupted extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWasInterrupted(String message, InterruptedException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WasInterrupted
protected WasInterrupted(String message, InterruptedException e)
-
-