org.jboss.cache.config
Class LegacyConfigurationException

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.LegacyConfigurationException
All Implemented Interfaces:
Serializable

public class LegacyConfigurationException
extends ConfigurationException

Thrown when a legacy configuration XML element is passed into a modern 3.0 parser

Since:
3.0
Author:
Manik Surtani (manik AT jboss DOT org)
See Also:
Serialized Form

Constructor Summary
LegacyConfigurationException(Exception e)
           
LegacyConfigurationException(String string)
           
LegacyConfigurationException(String string, String erroneousAttribute)
           
LegacyConfigurationException(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

LegacyConfigurationException

public LegacyConfigurationException(Exception e)

LegacyConfigurationException

public LegacyConfigurationException(String string)

LegacyConfigurationException

public LegacyConfigurationException(String string,
                                    String erroneousAttribute)

LegacyConfigurationException

public LegacyConfigurationException(String string,
                                    Throwable throwable)


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