Uses of Class
com.azure.core.amqp.exception.AmqpErrorCondition
-
Packages that use AmqpErrorCondition Package Description com.azure.core.amqp.exception Package containing classes related to AMQP exceptions.com.azure.core.amqp.models 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 AmqpErrorCondition Modifier and Type Method Description static AmqpErrorConditionAmqpErrorCondition. fromString(String errorCondition)Parses a serialized value to an ErrorCondition instance.AmqpErrorConditionAmqpException. getErrorCondition()Gets theAmqpErrorConditionfor this exception.static AmqpErrorConditionAmqpErrorCondition. valueOf(String name)Returns 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 AmqpErrorCondition Constructor Description AmqpException(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 AmqpErrorCondition Modifier and Type Method Description AmqpErrorConditionRejectedDeliveryOutcome. getErrorCondition()Diagnostic information about the cause of the message rejection.Constructors in com.azure.core.amqp.models with parameters of type AmqpErrorCondition Constructor Description RejectedDeliveryOutcome(AmqpErrorCondition errorCondition)Creates an instance with the given error condition.
-