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

78 строки
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.eventhubs.IllegalEntityException"
fullName: "com.microsoft.azure.eventhubs.IllegalEntityException"
name: "IllegalEntityException"
nameWithType: "IllegalEntityException"
summary: "This exception is thrown for the following reasons:\n\n * When the entity user attempted to connect does not exist\n * The entity user wants to connect is disabled"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Exception?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.eventhubs.EventHubException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.eventhubs.EventHubException?alt=com.microsoft.azure.eventhubs.EventHubException&text=EventHubException\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.eventhubs.EventHubException.getContext()?alt=com.microsoft.azure.eventhubs.EventHubException.getContext&text=getContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.eventhubs.EventHubException.getIsTransient()?alt=com.microsoft.azure.eventhubs.EventHubException.getIsTransient&text=getIsTransient\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.eventhubs.EventHubException.getMessage()?alt=com.microsoft.azure.eventhubs.EventHubException.getMessage&text=getMessage\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.eventhubs.EventHubException.setContext(com.microsoft.azure.eventhubs.ErrorContext)?alt=com.microsoft.azure.eventhubs.EventHubException.setContext&text=setContext\" 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>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#addSuppressed-java.lang.Throwable-\">addSuppressed</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#fillInStackTrace--\">fillInStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getCause--\">getCause</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getLocalizedMessage--\">getLocalizedMessage</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getStackTrace--\">getStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getSuppressed--\">getSuppressed</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#initCause-java.lang.Throwable-\">initCause</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace--\">printStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintStream-\">printStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintWriter-\">printStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#setStackTrace-java.lang.StackTraceElement:A-\">setStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#toString--\">toString</a>"
syntax: "public class **IllegalEntityException**</br> extends <xref href=\"com.microsoft.azure.eventhubs.EventHubException?alt=com.microsoft.azure.eventhubs.EventHubException&text=EventHubException\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.eventhubs.IllegalEntityException.IllegalEntityException(java.lang.String)"
fullName: "com.microsoft.azure.eventhubs.IllegalEntityException.IllegalEntityException(String message)"
name: "IllegalEntityException(String message)"
nameWithType: "IllegalEntityException.IllegalEntityException(String message)"
parameters:
- name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public IllegalEntityException(String message)"
- uid: "com.microsoft.azure.eventhubs.IllegalEntityException.IllegalEntityException(java.lang.String,java.lang.Throwable)"
fullName: "com.microsoft.azure.eventhubs.IllegalEntityException.IllegalEntityException(String message, Throwable cause)"
name: "IllegalEntityException(String message, Throwable cause)"
nameWithType: "IllegalEntityException.IllegalEntityException(String message, Throwable cause)"
parameters:
- name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "cause"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
syntax: "public IllegalEntityException(String message, Throwable cause)"
- uid: "com.microsoft.azure.eventhubs.IllegalEntityException.IllegalEntityException(java.lang.Throwable)"
fullName: "com.microsoft.azure.eventhubs.IllegalEntityException.IllegalEntityException(Throwable cause)"
name: "IllegalEntityException(Throwable cause)"
nameWithType: "IllegalEntityException.IllegalEntityException(Throwable cause)"
parameters:
- name: "cause"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
syntax: "public IllegalEntityException(Throwable cause)"
type: "class"
desc: "This exception is thrown for the following reasons:\n\n * When the entity user attempted to connect does not exist\n * The entity user wants to connect is disabled"
metadata: {}
package: "com.microsoft.azure.eventhubs"
artifact: com.microsoft.azure:azure-eventhubs:3.2.2