Class BackOffInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.retry.RetryException
org.springframework.retry.backoff.BackOffInterruptedException
All Implemented Interfaces:
Serializable

public class BackOffInterruptedException extends RetryException
Exception class signifiying that an attempt to back off using a BackOffPolicy was interrupted, most likely by an InterruptedException during a call to Thread.sleep(long).
Since:
2.1
Author:
Rob Harrop
See Also:
  • Constructor Details

    • BackOffInterruptedException

      public BackOffInterruptedException(String msg)
    • BackOffInterruptedException

      public BackOffInterruptedException(String msg, Throwable cause)