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