Uses of Enum
com.azure.core.amqp.exception.AmqpErrorCondition
Packages that use AmqpErrorCondition
Package
Description
Package containing classes related to AMQP exceptions.
Package containing classes related to AMQP models classes.
-
Uses of AmqpErrorCondition in com.azure.core.amqp.exception
Methods in com.azure.core.amqp.exception that return AmqpErrorConditionModifier and TypeMethodDescriptionstatic AmqpErrorConditionAmqpErrorCondition.fromString(String errorCondition) Parses a serialized value to an ErrorCondition instance.AmqpException.getErrorCondition()Gets theAmqpErrorConditionfor this exception.static AmqpErrorConditionReturns the enum constant of this type with the specified name.static AmqpErrorCondition[]AmqpErrorCondition.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.core.amqp.exception with parameters of type AmqpErrorConditionModifierConstructorDescriptionAmqpException(boolean isTransient, AmqpErrorCondition errorCondition, String message, AmqpErrorContext errorContext) Initializes a new instance of the AmqpException class.AmqpException(boolean isTransient, AmqpErrorCondition errorCondition, String message, Throwable cause, AmqpErrorContext errorContext) Initializes a new instance of the AmqpException class.AmqpException(boolean isTransient, AmqpErrorCondition errorCondition, Throwable cause, AmqpErrorContext errorContext) Initializes a new instance of the AmqpException class. -
Uses of AmqpErrorCondition in com.azure.core.amqp.models
Methods in com.azure.core.amqp.models that return AmqpErrorConditionModifier and TypeMethodDescriptionRejectedDeliveryOutcome.getErrorCondition()Diagnostic information about the cause of the message rejection.Constructors in com.azure.core.amqp.models with parameters of type AmqpErrorConditionModifierConstructorDescriptionRejectedDeliveryOutcome(AmqpErrorCondition errorCondition) Creates an instance with the given error condition.