Serialized Form
-
Package com.azure.core.amqp.exception
-
Class com.azure.core.amqp.exception.AmqpErrorContext extends Object implements Serializable
- serialVersionUID:
- -2819764407122954922L
-
Class com.azure.core.amqp.exception.AmqpException extends AzureException implements Serializable
- serialVersionUID:
- -3654294093967132325L
-
Serialized Fields
-
errorCondition
AmqpErrorCondition errorCondition
Symbolic value indicating the error condition. -
errorContext
AmqpErrorContext errorContext
Context that caused this AMQP error. -
isTransient
boolean isTransient
Whether this error is transient and can be retried.
-
-
Class com.azure.core.amqp.exception.LinkErrorContext extends SessionErrorContext implements Serializable
- serialVersionUID:
- 2581371351997722504L
-
Class com.azure.core.amqp.exception.OperationCancelledException extends AmqpException implements Serializable
- serialVersionUID:
- 1L
-
Class com.azure.core.amqp.exception.SessionErrorContext extends AmqpErrorContext implements Serializable
- serialVersionUID:
- -6595933736672371232L
-
Serialized Fields
-
entityPath
String entityPath
Remote endpoint the AMQP connection was connected to when the error occurred.
-
-