org.ocap.hardware.device
Class FeatureNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ocap.hardware.device.FeatureNotSupportedException
- All Implemented Interfaces:
- Serializable
public class FeatureNotSupportedException
- extends Exception
Thrown when an application attempts to query/set/get a feature
not supported on the device.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FeatureNotSupportedException
public FeatureNotSupportedException()
- Creates an FeatureNotSupportedException object. See the class
description for details of constructor parameters and default
values.
FeatureNotSupportedException
public FeatureNotSupportedException(String message)
- Creates an FeatureNotSupportedException object with a specified
reason string.
- Parameters:
message
- the reason why the exception was raised