public class BackOffInterruptedException extends RetryException
BackOffPolicy
was interrupted, most likely by an
InterruptedException
during a call to Thread.sleep(long)
.Constructor and Description |
---|
BackOffInterruptedException(String msg) |
BackOffInterruptedException(String msg,
Throwable cause) |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014 SpringSource. All rights reserved.