Exception ExceptionHandler.Interceptor.RetryResult (2.36.1)

public enum ExceptionHandler.Interceptor.RetryResult extends Enum<ExceptionHandler.Interceptor.RetryResult>

Static Fields

CONTINUE_EVALUATION

public static final ExceptionHandler.Interceptor.RetryResult CONTINUE_EVALUATION
Field Value
TypeDescription
ExceptionHandler.Interceptor.RetryResult

NO_RETRY

public static final ExceptionHandler.Interceptor.RetryResult NO_RETRY
Field Value
TypeDescription
ExceptionHandler.Interceptor.RetryResult

RETRY

public static final ExceptionHandler.Interceptor.RetryResult RETRY
Field Value
TypeDescription
ExceptionHandler.Interceptor.RetryResult

Static Methods

valueOf(String name)

public static ExceptionHandler.Interceptor.RetryResult valueOf(String name)
Parameter
NameDescription
nameString
Returns
TypeDescription
ExceptionHandler.Interceptor.RetryResult

values()

public static ExceptionHandler.Interceptor.RetryResult[] values()
Returns
TypeDescription
RetryResult[]