public class UnsupportedAccessModeException extends DeviceException
Constructor and Description |
---|
UnsupportedAccessModeException()
Constructs a new
UnsupportedAccessModeException instance with null as
its detailed reason message. |
UnsupportedAccessModeException(String message)
Constructs a new
UnsupportedAccessModeException instance with the specified
detailed reason message. |
getMessage, initCause, printStackTrace, printStackTrace, toString
public UnsupportedAccessModeException()
UnsupportedAccessModeException
instance with null
as
its detailed reason message.public UnsupportedAccessModeException(String message)
UnsupportedAccessModeException
instance with the specified
detailed reason message. The error message string message
can later be retrieved by
the getMessage
method.message
- the detailed reason of the exception (may be null
).