public class XBeeException extends Exception
Exception
,
Serialized FormConstructor 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, toString
public 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.Throwable
public XBeeException(Throwable cause)
XBeeException
with the specified cause.cause
- The cause of this exception.Throwable
© Copyright 2014–2014 Digi International Inc. All rights reserved.