org.infinispan.config
Class DuplicateCacheNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by org.infinispan.config.ConfigurationException
                      extended by org.infinispan.config.DuplicateCacheNameException
All Implemented Interfaces:
Serializable

public class DuplicateCacheNameException
extends ConfigurationException

Thrown if a duplicate named cache is detected

Since:
4.0
Author:
Manik Surtani
See Also:
Serialized Form

Constructor Summary
DuplicateCacheNameException(Exception e)
           
DuplicateCacheNameException(String string)
           
DuplicateCacheNameException(String string, String erroneousAttribute)
           
DuplicateCacheNameException(String string, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.infinispan.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

DuplicateCacheNameException

public DuplicateCacheNameException(Exception e)

DuplicateCacheNameException

public DuplicateCacheNameException(String string)

DuplicateCacheNameException

public DuplicateCacheNameException(String string,
                                   String erroneousAttribute)

DuplicateCacheNameException

public DuplicateCacheNameException(String string,
                                   Throwable throwable)

Google Analytics

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