public class OperationNotSupportedException extends XBeeDeviceException
XBeeDeviceException
,
Serialized FormConstructor 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. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2014 Digi International Inc. All rights reserved.