Uses of Enum Class
cn.net.pap.task.retry.exception.enums.PapRetryErrorEnum
Packages that use PapRetryErrorEnum
-
Uses of PapRetryErrorEnum in cn.net.pap.task.retry.exception
Constructors in cn.net.pap.task.retry.exception with parameters of type PapRetryErrorEnumModifierConstructorDescriptionRetryCircuitBreakerException(PapRetryErrorEnum message, Throwable cause) -
Uses of PapRetryErrorEnum in cn.net.pap.task.retry.exception.enums
Methods in cn.net.pap.task.retry.exception.enums that return PapRetryErrorEnumModifier and TypeMethodDescriptionstatic PapRetryErrorEnumReturns the enum constant of this class with the specified name.static PapRetryErrorEnum[]PapRetryErrorEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.