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