org.jboss.cache.config
Class LegacyConfigurationException
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.LegacyConfigurationException
- All Implemented Interfaces:
- java.io.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
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 |
LegacyConfigurationException
public LegacyConfigurationException(java.lang.Exception e)
LegacyConfigurationException
public LegacyConfigurationException(java.lang.String string)
LegacyConfigurationException
public LegacyConfigurationException(java.lang.String string,
java.lang.String erroneousAttribute)
LegacyConfigurationException
public LegacyConfigurationException(java.lang.String string,
java.lang.Throwable throwable)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.