org.jboss.cache.config
Class UnsupportedEvictionImplException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.cache.CacheException
org.jboss.cache.config.ConfigurationException
org.jboss.cache.config.UnsupportedEvictionImplException
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedEvictionImplException
- extends ConfigurationException
Thrown if an eviction configuration that cannot be translated to the new 3.x eviction interfaces is used.
- Since:
- 3.0
- Author:
- Manik Surtani (manik AT jboss DOT org)
- See Also:
- Serialized Form
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 |
UnsupportedEvictionImplException
public UnsupportedEvictionImplException(java.lang.Exception e)
UnsupportedEvictionImplException
public UnsupportedEvictionImplException(java.lang.String string)
UnsupportedEvictionImplException
public UnsupportedEvictionImplException(java.lang.String string,
java.lang.String erroneousAttribute)
UnsupportedEvictionImplException
public UnsupportedEvictionImplException(java.lang.String string,
java.lang.Throwable throwable)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.