ProtocolException Class
- java.
lang. Object - Exception
- TransportException
- com.
microsoft. azure. sdk. iot. device. transport. ProtocolException
- com.
public class ProtocolException extends TransportException
Exception class that covers all exceptions that occur within transport protocol communication. For example, if a amqp:connection:forced exception is given by AMQP.
Constructor Summary
Constructor | Description | |
---|---|---|
ProtocolException() | ||
ProtocolException(String message) | ||
ProtocolException(String message, Throwable cause) | ||
ProtocolException(Throwable cause) |
Inherited Members
Constructor Details
ProtocolException
public ProtocolException()
ProtocolException
public ProtocolException(String message)
Parameters:
ProtocolException
public ProtocolException(String message, Throwable cause)
Parameters:
ProtocolException
public ProtocolException(Throwable cause)
Parameters: