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