public class CommunicationException extends XBeeException
XBeeException
,
Serialized FormConstructor 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. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.Throwable
public CommunicationException(Throwable cause)
CommunicationException
with the specified cause.cause
- The cause of this exception.Throwable
© Copyright 2014–2014 Digi International Inc. All rights reserved.