azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.eventhu...

58 строки
3.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.eventhubs.ErrorContext"
fullName: "com.microsoft.azure.eventhubs.ErrorContext"
name: "ErrorContext"
nameWithType: "ErrorContext"
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 abstract class **ErrorContext**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html\">Serializable</a>"
constructors:
- uid: "com.microsoft.azure.eventhubs.ErrorContext.ErrorContext(java.lang.String)"
fullName: "com.microsoft.azure.eventhubs.ErrorContext.ErrorContext(String namespaceName)"
name: "ErrorContext(String namespaceName)"
nameWithType: "ErrorContext.ErrorContext(String namespaceName)"
modifiers:
- "protected"
parameters:
- name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "protected ErrorContext(String namespaceName)"
methods:
- uid: "com.microsoft.azure.eventhubs.ErrorContext.getNamespaceName()"
fullName: "com.microsoft.azure.eventhubs.ErrorContext.getNamespaceName()"
name: "getNamespaceName()"
nameWithType: "ErrorContext.getNamespaceName()"
modifiers:
- "protected"
syntax: "protected String getNamespaceName()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.eventhubs.ErrorContext.toString()"
fullName: "com.microsoft.azure.eventhubs.ErrorContext.toString()"
name: "toString()"
nameWithType: "ErrorContext.toString()"
overridden: "java.lang.Object.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html\">Serializable</a>"
metadata: {}
package: "com.microsoft.azure.eventhubs"
artifact: com.microsoft.azure:azure-eventhubs:3.2.2