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

66 строки
3.8 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\" />"
inheritedMembers:
- "com.azure.core.amqp.exception.AmqpErrorContext.getErrorInfo()"
- "com.azure.core.amqp.exception.AmqpErrorContext.getNamespace()"
- "com.azure.core.amqp.exception.AmqpErrorContext.toString()"
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public class SessionErrorContext extends AmqpErrorContext"
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.7.1