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