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:
  • Constructor Details

    • TerminatedRetryException

      public TerminatedRetryException(String msg, Throwable cause)
    • TerminatedRetryException

      public TerminatedRetryException(String msg)