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