org.ocap.hardware.device
Class FeatureNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
FeatureNotSupportedException()
          Creates an FeatureNotSupportedException object.
FeatureNotSupportedException(String message)
          Creates an FeatureNotSupportedException object with a specified reason string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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