org.jboss.cache
Class RegionEmptyException

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

public class RegionEmptyException
extends CacheException

Exception to represent a region being empty when state was expected in that region.

Since:
2.2.0
Author:
Manik Surtani (manik@jboss.org)
See Also:
Serialized Form

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

RegionEmptyException

public RegionEmptyException()

RegionEmptyException

public RegionEmptyException(Throwable cause)

RegionEmptyException

public RegionEmptyException(String msg)

RegionEmptyException

public RegionEmptyException(String msg,
                            Throwable cause)


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