public class XBeeDeviceException extends XBeeException
XBeeException
,
Serialized FormConstructor and Description |
---|
XBeeDeviceException()
Creates an
XBeeDeviceException with null as its error
detail message. |
XBeeDeviceException(String message)
Creates an
XBeeDeviceException with the specified message. |
XBeeDeviceException(String message,
Throwable cause)
Creates an
XBeeDeviceException with the specified message and
cause. |
XBeeDeviceException(Throwable cause)
Creates an
XBeeDeviceException with the specified cause. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XBeeDeviceException()
XBeeDeviceException
with null
as its error
detail message.public XBeeDeviceException(String message)
XBeeDeviceException
with the specified message.message
- The associated message.public XBeeDeviceException(String message, Throwable cause)
XBeeDeviceException
with the specified message and
cause.message
- The associated message.cause
- The cause of this exception.Throwable
public XBeeDeviceException(Throwable cause)
XBeeDeviceException
with the specified cause.cause
- The cause of this exception.Throwable
© Copyright 2014–2014 Digi International Inc. All rights reserved.