Uses of Class
com.azure.core.amqp.exception.AmqpErrorContext
Packages that use AmqpErrorContext
Package
Description
Package containing classes related to AMQP exceptions.
-
Uses of AmqpErrorContext in com.azure.core.amqp.exception
Subclasses of AmqpErrorContext in com.azure.core.amqp.exceptionModifier and TypeClassDescriptionclassRepresents the context for an AMQP link when anAmqpExceptionoccurs.classContext for an error that occurs in an AMQP session when anAmqpExceptionoccurs.Methods in com.azure.core.amqp.exception that return AmqpErrorContextModifier and TypeMethodDescriptionAmqpException.getContext()Gets the context for this exception.Constructors in com.azure.core.amqp.exception with parameters of type AmqpErrorContextModifierConstructorDescriptionAmqpException(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.AmqpException(boolean isTransient, String message, AmqpErrorContext errorContext) Initializes a new instance of the AmqpException class.AmqpException(boolean isTransient, String message, Throwable cause, AmqpErrorContext errorContext) Initializes a new instance of the AmqpException class.OperationCancelledException(String message, AmqpErrorContext context) Creates an instance of this exception with providedmessage.OperationCancelledException(String message, Throwable cause, AmqpErrorContext context) Creates an instance of this exception with providedmessageand underlyingcause.