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

77 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException"
fullName: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException"
name: "IotHubException"
nameWithType: "IotHubException"
summary: "Super class for Iot<wbr>Hub exceptions"
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\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Throwable?alt=java.lang.Throwable&text=Throwable\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Throwable.addSuppressed(java.lang.Throwable)?alt=java.lang.Throwable.addSuppressed&text=addSuppressed\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.fillInStackTrace()?alt=java.lang.Throwable.fillInStackTrace&text=fillInStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getCause()?alt=java.lang.Throwable.getCause&text=getCause\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getLocalizedMessage()?alt=java.lang.Throwable.getLocalizedMessage&text=getLocalizedMessage\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getMessage()?alt=java.lang.Throwable.getMessage&text=getMessage\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getStackTrace()?alt=java.lang.Throwable.getStackTrace&text=getStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getSuppressed()?alt=java.lang.Throwable.getSuppressed&text=getSuppressed\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.initCause(java.lang.Throwable)?alt=java.lang.Throwable.initCause&text=initCause\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.printStackTrace()?alt=java.lang.Throwable.printStackTrace&text=printStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.printStackTrace(java.io.PrintStream)?alt=java.lang.Throwable.printStackTrace&text=printStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.printStackTrace(java.io.PrintWriter)?alt=java.lang.Throwable.printStackTrace&text=printStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[])?alt=java.lang.Throwable.setStackTrace&text=setStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.toString()?alt=java.lang.Throwable.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **IotHubException**</br> extends <xref href=\"java.lang.Exception?alt=java.lang.Exception&text=Exception\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException.IotHubException()"
fullName: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException.IotHubException()"
name: "IotHubException()"
nameWithType: "IotHubException.IotHubException()"
syntax: "public IotHubException()"
- uid: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException.IotHubException(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException.IotHubException(String message)"
name: "IotHubException(String message)"
nameWithType: "IotHubException.IotHubException(String message)"
parameters:
- name: "message"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IotHubException(String message)"
- uid: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException.IotHubException(java.lang.String,java.lang.Throwable)"
fullName: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException.IotHubException(String message, Throwable cause)"
name: "IotHubException(String message, Throwable cause)"
nameWithType: "IotHubException.IotHubException(String message, Throwable cause)"
parameters:
- name: "message"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- name: "cause"
type: "<xref href=\"java.lang.Throwable?alt=java.lang.Throwable&text=Throwable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IotHubException(String message, Throwable cause)"
- uid: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException.IotHubException(java.lang.Throwable)"
fullName: "com.microsoft.azure.sdk.iot.device.exceptions.IotHubException.IotHubException(Throwable cause)"
name: "IotHubException(Throwable cause)"
nameWithType: "IotHubException.IotHubException(Throwable cause)"
parameters:
- name: "cause"
type: "<xref href=\"java.lang.Throwable?alt=java.lang.Throwable&text=Throwable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IotHubException(Throwable cause)"
type: "class"
desc: "Super class for IotHub exceptions"
metadata: {}
package: "com.microsoft.azure.sdk.iot.device.exceptions"
artifact: com.microsoft.azure.sdk.iot:iot-device-client:1.30.1