azure-docs-sdk-java/docs-ref-autogen/com.azure.core.amqp.excepti...

70 строки
5.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.amqp.exception.SessionErrorContext"
fullName: "com.azure.core.amqp.exception.SessionErrorContext"
name: "SessionErrorContext"
nameWithType: "SessionErrorContext"
summary: "Context for an error that occurs in an AMQP session when an <xref uid=\"com.azure.core.amqp.exception.AmqpException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpException\"></xref> occurs."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.amqp.exception.AmqpErrorContext?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.amqp.exception.AmqpErrorContext?alt=com.azure.core.amqp.exception.AmqpErrorContext&text=AmqpErrorContext\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.amqp.exception.AmqpErrorContext.getErrorInfo()?alt=com.azure.core.amqp.exception.AmqpErrorContext.getErrorInfo&text=getErrorInfo\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.amqp.exception.AmqpErrorContext.getNamespace()?alt=com.azure.core.amqp.exception.AmqpErrorContext.getNamespace&text=getNamespace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.amqp.exception.AmqpErrorContext.toString()?alt=com.azure.core.amqp.exception.AmqpErrorContext.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **SessionErrorContext**</br> extends <xref href=\"com.azure.core.amqp.exception.AmqpErrorContext?alt=com.azure.core.amqp.exception.AmqpErrorContext&text=AmqpErrorContext\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.core.amqp.exception.SessionErrorContext.SessionErrorContext(java.lang.String,java.lang.String)"
fullName: "com.azure.core.amqp.exception.SessionErrorContext.SessionErrorContext(String namespace, String entityPath)"
name: "SessionErrorContext(String namespace, String entityPath)"
nameWithType: "SessionErrorContext.SessionErrorContext(String namespace, String entityPath)"
summary: "Creates a new instance with the `namespace` and `entityPath`."
parameters:
- description: "The service namespace of the error."
name: "namespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The remote endpoint this AMQP session is connected to when the error occurred."
name: "entityPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SessionErrorContext(String namespace, String entityPath)"
desc: "Creates a new instance with the `namespace` and `entityPath`."
methods:
- uid: "com.azure.core.amqp.exception.SessionErrorContext.getEntityPath()"
fullName: "com.azure.core.amqp.exception.SessionErrorContext.getEntityPath()"
name: "getEntityPath()"
nameWithType: "SessionErrorContext.getEntityPath()"
summary: "Gets the remote path this AMQP entity was connected to when the error occurred."
syntax: "public String getEntityPath()"
desc: "Gets the remote path this AMQP entity was connected to when the error occurred."
returns:
description: "the remote path this AMQP entity was connected to when the error occurred."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.amqp.exception.SessionErrorContext.toString()"
fullName: "com.azure.core.amqp.exception.SessionErrorContext.toString()"
name: "toString()"
nameWithType: "SessionErrorContext.toString()"
summary: "Creates a string representation of this Error<wbr>Context."
overridden: "com.azure.core.amqp.exception.AmqpErrorContext.toString()"
syntax: "public String toString()"
desc: "Creates a string representation of this ErrorContext."
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Context for an error that occurs in an AMQP session when an <xref uid=\"com.azure.core.amqp.exception.AmqpException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpException\"></xref> occurs."
metadata: {}
package: "com.azure.core.amqp.exception"
artifact: com.azure:azure-core-amqp:2.9.11