Package org.shakespeareframework
Class RetryInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.shakespeareframework.RetryInterruptedException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorDescriptionRetryInterruptedException
(Actor actor, Retryable retryable, 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
-
RetryInterruptedException
- Parameters:
actor
- the interruptedActor
retryable
- theRetryable
cause
- theInterruptedException
which caused the interruption
-