public class InvalidOperatingModeException extends XBeeDeviceException
OperatingMode.API
and OperatingMode.API_ESCAPE
.XBeeDeviceException
,
OperatingMode
,
Serialized FormConstructor and Description |
---|
InvalidOperatingModeException()
Creates an
InvalidOperatingModeException with
as its error detail message. |
InvalidOperatingModeException(OperatingMode mode)
Creates an
InvalidOperatingModeException with the specified
operating mode. |
InvalidOperatingModeException(String message)
Creates an
InvalidOperatingModeException with the specified
message. |
InvalidOperatingModeException(String message,
Throwable cause)
Creates an
InvalidOperatingModeException with the specified
message and cause. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidOperatingModeException()
InvalidOperatingModeException
with
as its error detail message.public InvalidOperatingModeException(OperatingMode mode)
InvalidOperatingModeException
with the specified
operating mode.mode
- The unsupported operating mode.OperatingMode
public InvalidOperatingModeException(String message)
InvalidOperatingModeException
with the specified
message.message
- The associated message.public InvalidOperatingModeException(String message, Throwable cause)
InvalidOperatingModeException
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.