org.springframework.batch.retry.backoff
Class BackOffInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.batch.retry.RetryException
org.springframework.batch.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:
- Serialized Form
BackOffInterruptedException
public BackOffInterruptedException(String msg)
BackOffInterruptedException
public BackOffInterruptedException(String msg,
Throwable cause)
Copyright © 2009 SpringSource. All Rights Reserved.