public class UnavailableDeviceException extends DeviceException
Constructor and Description |
---|
UnavailableDeviceException()
Constructs a new
UnavailableDeviceException instance with null as its
detailed reason message. |
UnavailableDeviceException(String message)
Constructs a new
UnavailableDeviceException instance with the specified detailed
reason message. |
getMessage, initCause, printStackTrace, printStackTrace, toString
public UnavailableDeviceException()
UnavailableDeviceException
instance with null
as its
detailed reason message.public UnavailableDeviceException(String message)
UnavailableDeviceException
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
).