70 строки
4.7 KiB
YAML
70 строки
4.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.messaging.servicebus.ServiceBusErrorContext"
|
|
fullName: "com.azure.messaging.servicebus.ServiceBusErrorContext"
|
|
name: "ServiceBusErrorContext"
|
|
nameWithType: "ServiceBusErrorContext"
|
|
summary: "Context for errors handled by the <xref uid=\"com.azure.messaging.servicebus.ServiceBusProcessorClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Service Bus processor\"></xref>."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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#toString--\">toString</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 final class **ServiceBusErrorContext**"
|
|
methods:
|
|
- uid: "com.azure.messaging.servicebus.ServiceBusErrorContext.getEntityPath()"
|
|
fullName: "com.azure.messaging.servicebus.ServiceBusErrorContext.getEntityPath()"
|
|
name: "getEntityPath()"
|
|
nameWithType: "ServiceBusErrorContext.getEntityPath()"
|
|
summary: "Gets the entity path associated with the error event."
|
|
syntax: "public String getEntityPath()"
|
|
desc: "Gets the entity path associated with the error event."
|
|
returns:
|
|
description: "The entity path associated with the error event."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.messaging.servicebus.ServiceBusErrorContext.getErrorSource()"
|
|
fullName: "com.azure.messaging.servicebus.ServiceBusErrorContext.getErrorSource()"
|
|
name: "getErrorSource()"
|
|
nameWithType: "ServiceBusErrorContext.getErrorSource()"
|
|
summary: "Gets the source associated with the error."
|
|
syntax: "public ServiceBusErrorSource getErrorSource()"
|
|
desc: "Gets the source associated with the error."
|
|
returns:
|
|
description: "The source associated with the error."
|
|
type: "<xref href=\"com.azure.messaging.servicebus.ServiceBusErrorSource?alt=com.azure.messaging.servicebus.ServiceBusErrorSource&text=ServiceBusErrorSource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.servicebus.ServiceBusErrorContext.getException()"
|
|
fullName: "com.azure.messaging.servicebus.ServiceBusErrorContext.getException()"
|
|
name: "getException()"
|
|
nameWithType: "ServiceBusErrorContext.getException()"
|
|
summary: "Gets the exception that triggered the call to the error event handler."
|
|
syntax: "public Throwable getException()"
|
|
desc: "Gets the exception that triggered the call to the error event handler."
|
|
returns:
|
|
description: "The exception that triggered the call to the error event handler."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
|
|
- uid: "com.azure.messaging.servicebus.ServiceBusErrorContext.getFullyQualifiedNamespace()"
|
|
fullName: "com.azure.messaging.servicebus.ServiceBusErrorContext.getFullyQualifiedNamespace()"
|
|
name: "getFullyQualifiedNamespace()"
|
|
nameWithType: "ServiceBusErrorContext.getFullyQualifiedNamespace()"
|
|
summary: "Gets the namespace name associated with the error event."
|
|
syntax: "public String getFullyQualifiedNamespace()"
|
|
desc: "Gets the namespace name associated with the error event."
|
|
returns:
|
|
description: "The namespace name associated with the error event."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "Context for errors handled by the <xref uid=\"com.azure.messaging.servicebus.ServiceBusProcessorClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Service Bus processor\"></xref>."
|
|
metadata: {}
|
|
package: "com.azure.messaging.servicebus"
|
|
artifact: com.azure:azure-messaging-servicebus:7.17.5
|