org.springframework.retry
Class TerminatedRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.retry.RetryException
org.springframework.retry.TerminatedRetryException
- All Implemented Interfaces:
- Serializable
public class TerminatedRetryException
- extends RetryException
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
TerminatedRetryException
public TerminatedRetryException(String msg,
Throwable cause)
TerminatedRetryException
public TerminatedRetryException(String msg)
Copyright © 2013 SpringSource. All Rights Reserved.