Serialized Form
-
Package com.azure.core.amqp.exception
-
Class com.azure.core.amqp.exception.AmqpErrorContext
class AmqpErrorContext extends Object implements Serializable- serialVersionUID:
- -2819764407122954922L
-
Exception Class com.azure.core.amqp.exception.AmqpException
class 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
class LinkErrorContext extends SessionErrorContext implements Serializable- serialVersionUID:
- 2581371351997722504L
-
Exception Class com.azure.core.amqp.exception.OperationCancelledException
class OperationCancelledException extends AmqpException implements Serializable- serialVersionUID:
- 1L
-
Class com.azure.core.amqp.exception.SessionErrorContext
class SessionErrorContext extends AmqpErrorContext implements Serializable- serialVersionUID:
- -6595933736672371232L
-
Serialized Fields
-
entityPath
String entityPath
Remote endpoint the AMQP connection was connected to when the error occurred.
-
-