|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.sadun.util.watchdog.listeners.MaxRetryExceededException
An exception raised when a wait/retry policy is abandoned after a certain number of retries.
Constructor Summary | |
MaxRetryExceededException(int retries,
java.util.List outcomes)
Create an exception |
Method Summary | |
int |
getAttemptedRetriesCount()
Return a count of the attempted retries |
WatchDogException[] |
getOutcomes()
Return the ordered results of the failed retries. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MaxRetryExceededException(int retries, java.util.List outcomes)
Method Detail |
public int getAttemptedRetriesCount()
public WatchDogException[] getOutcomes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |