org.tmapi.core
Class FeatureNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tmapi.core.TMAPIException
              extended byorg.tmapi.core.FactoryConfigurationException
                  extended byorg.tmapi.core.FeatureNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class FeatureNotSupportedException
extends FactoryConfigurationException

Exception thrown when the underlying implementation cannot support enabling or disabling a recognised feature. If the feature name is not recognised, implementations MUST throw a FeatureNotRecognizedException rather than a FeatureNotSupportedException.

See Also:
Serialized Form

Constructor Summary
FeatureNotSupportedException(java.lang.String msg)
           
FeatureNotSupportedException(java.lang.String msg, java.lang.Throwable cause)
           
FeatureNotSupportedException(java.lang.Throwable cause)
           
 
Methods inherited from class org.tmapi.core.TMAPIException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureNotSupportedException

public FeatureNotSupportedException(java.lang.String msg)

FeatureNotSupportedException

public FeatureNotSupportedException(java.lang.Throwable cause)

FeatureNotSupportedException

public FeatureNotSupportedException(java.lang.String msg,
                                    java.lang.Throwable cause)