Uses of Enum
org.apache.synapse.commons.throttle.core.DistributedCounterException.Kind
Packages that use DistributedCounterException.Kind
-
Uses of DistributedCounterException.Kind in org.apache.synapse.commons.throttle.core
Methods in org.apache.synapse.commons.throttle.core that return DistributedCounterException.KindModifier and TypeMethodDescriptionDistributedCounterException.getKind()Returns the structured failure kind for fine-grained handling.Returns the enum constant of this type with the specified name.static DistributedCounterException.Kind[]DistributedCounterException.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.synapse.commons.throttle.core with parameters of type DistributedCounterException.KindModifierConstructorDescriptionDistributedCounterException(String message, Throwable cause, DistributedCounterException.Kind kind)