org.jboss.cache.marshall
Class RegionNotFoundException

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

public class RegionNotFoundException
extends Exception

MarshRegion name not found.

Author:
Ben Wang 8-2005
See Also:
Serialized Form

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

RegionNotFoundException

public RegionNotFoundException()

RegionNotFoundException

public RegionNotFoundException(String msg)

RegionNotFoundException

public RegionNotFoundException(String msg,
                               Throwable cause)


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