Exception ExceptionHandler.Interceptor.RetryResult (2.8.27)

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

Static Fields

CONTINUE_EVALUATION

public static final ExceptionHandler.Interceptor.RetryResult CONTINUE_EVALUATION
Field Value

NO_RETRY

public static final ExceptionHandler.Interceptor.RetryResult NO_RETRY
Field Value

RETRY

public static final ExceptionHandler.Interceptor.RetryResult RETRY
Field Value

Static Methods

valueOf(String name)

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

values()

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