Serialized Form


Package org.springframework.retry

Class org.springframework.retry.ExhaustedRetryException extends RetryException implements Serializable

Class org.springframework.retry.RetryException extends org.springframework.core.NestedRuntimeException implements Serializable

Class org.springframework.retry.TerminatedRetryException extends RetryException implements Serializable


Package org.springframework.retry.backoff

Class org.springframework.retry.backoff.BackOffInterruptedException extends RetryException implements Serializable


Package org.springframework.retry.context

Class org.springframework.retry.context.RetryContextSupport extends org.springframework.core.AttributeAccessorSupport implements Serializable

Serialized Fields

terminate

boolean terminate

count

int count

lastException

java.lang.Throwable lastException

parent

RetryContext parent

Package org.springframework.retry.policy

Class org.springframework.retry.policy.RetryCacheCapacityExceededException extends RetryException implements Serializable



Copyright © 2011 SpringSource. All Rights Reserved.