org.jboss.cache.marshall
Class InactiveRegionException

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

public class InactiveRegionException
extends CacheException

Thrown by a AbstractMarshaller instance when attempting to perform an operation on an inactive region.

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

Constructor Summary
InactiveRegionException()
           
InactiveRegionException(String msg)
           
InactiveRegionException(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

InactiveRegionException

public InactiveRegionException()

InactiveRegionException

public InactiveRegionException(String msg)

InactiveRegionException

public InactiveRegionException(String msg,
                               Throwable cause)


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