ModuleClientException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. sdk. iot. device. exceptions. ModuleClientException
- com.
- java.
- java.
public class ModuleClientException
extends java.lang.Exception
Constructor Summary
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
ModuleClientException
public ModuleClientException()
ModuleClientException
public ModuleClientException(String message)
Parameters:
ModuleClientException
public ModuleClientException(String message, Throwable cause)
Parameters:
ModuleClientException
public ModuleClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
ModuleClientException
public ModuleClientException(Throwable cause)
Parameters: