org.terracotta.toolkit.feature
Class FeatureNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.terracotta.toolkit.ToolkitRuntimeException
                  extended by org.terracotta.toolkit.feature.FeatureNotSupportedException
All Implemented Interfaces:
Serializable

public class FeatureNotSupportedException
extends ToolkitRuntimeException

Exception that is thrown when trying to use a certain feature that is not supported by current toolkit runtime

See Also:
Serialized Form

Constructor Summary
FeatureNotSupportedException()
           
FeatureNotSupportedException(String message)
           
FeatureNotSupportedException(String message, Throwable cause)
           
FeatureNotSupportedException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureNotSupportedException

public FeatureNotSupportedException()

FeatureNotSupportedException

public FeatureNotSupportedException(String message,
                                    Throwable cause)

FeatureNotSupportedException

public FeatureNotSupportedException(String message)

FeatureNotSupportedException

public FeatureNotSupportedException(Throwable cause)


Copyright © 2014 Terracotta, Inc.. All Rights Reserved.