org.terracotta.toolkit.feature
Class FeatureNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.terracotta.toolkit.ToolkitRuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.