org.jboss.cache.eviction
Class RegionNameConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.cache.eviction.RegionNameConflictException
All Implemented Interfaces:
Serializable

public class RegionNameConflictException
extends Exception

MarshRegion name conflicts with pre-existing regions.

Author:
Ben Wang 2-2004
See Also:
Serialized Form

Constructor Summary
RegionNameConflictException()
           
RegionNameConflictException(String msg)
           
RegionNameConflictException(String msg, Throwable cause)
           
 
Method Summary
 
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

RegionNameConflictException

public RegionNameConflictException()

RegionNameConflictException

public RegionNameConflictException(String msg)

RegionNameConflictException

public RegionNameConflictException(String msg,
                                   Throwable cause)


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