public class CommunicationException extends XBeeException
XBeeException,
Serialized Form| Constructor and Description |
|---|
CommunicationException()
Creates a
CommunicationException with null as its error
detail message. |
CommunicationException(String message)
Creates a
CommunicationException with the specified message. |
CommunicationException(String message,
Throwable cause)
Creates a
CommunicationException with the specified message and
cause. |
CommunicationException(Throwable cause)
Creates a
CommunicationException with the specified cause. |
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommunicationException()
CommunicationException with null as its error
detail message.public CommunicationException(String message)
CommunicationException with the specified message.message - The associated message.public CommunicationException(String message, Throwable cause)
CommunicationException with the specified message and
cause.message - The associated message.cause - The cause of this exception.Throwablepublic CommunicationException(Throwable cause)
CommunicationException with the specified cause.cause - The cause of this exception.Throwable© Copyright 2014?2015 Digi International Inc. All rights reserved.