org.jboss.cache.config
Class UnsupportedEvictionImplException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.cache.CacheException
                  extended by org.jboss.cache.config.ConfigurationException
                      extended by org.jboss.cache.config.UnsupportedEvictionImplException
All Implemented Interfaces:
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

Constructor Summary
UnsupportedEvictionImplException(Exception e)
           
UnsupportedEvictionImplException(String string)
           
UnsupportedEvictionImplException(String string, String erroneousAttribute)
           
UnsupportedEvictionImplException(String string, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.jboss.cache.config.ConfigurationException
addErroneousAttribute, getErroneousAttributes
 
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

UnsupportedEvictionImplException

public UnsupportedEvictionImplException(Exception e)

UnsupportedEvictionImplException

public UnsupportedEvictionImplException(String string)

UnsupportedEvictionImplException

public UnsupportedEvictionImplException(String string,
                                        String erroneousAttribute)

UnsupportedEvictionImplException

public UnsupportedEvictionImplException(String string,
                                        Throwable throwable)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.