Exception ExceptionHandler.Interceptor.RetryResult (2.23.0)

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

Static Fields

CONTINUE_EVALUATION

public static final ExceptionHandler.Interceptor.RetryResult CONTINUE_EVALUATION

NO_RETRY

public static final ExceptionHandler.Interceptor.RetryResult NO_RETRY

RETRY

public static final ExceptionHandler.Interceptor.RetryResult RETRY

Static Methods

valueOf(String name)

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

values()

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