Uses of Class
com.azure.core.amqp.exception.AmqpErrorContext
-
Packages that use AmqpErrorContext Package Description com.azure.core.amqp.exception Package containing classes related to AMQP exceptions. -
-
Uses of AmqpErrorContext in com.azure.core.amqp.exception
Subclasses of AmqpErrorContext in com.azure.core.amqp.exception Modifier and Type Class Description classLinkErrorContextRepresents the context for an AMQP link when anAmqpExceptionoccurs.classSessionErrorContextContext for an error that occurs in an AMQP session when anAmqpExceptionoccurs.Methods in com.azure.core.amqp.exception that return AmqpErrorContext Modifier and Type Method Description AmqpErrorContextAmqpException. getContext()Gets the context for this exception.Constructors in com.azure.core.amqp.exception with parameters of type AmqpErrorContext 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.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.
-