com.gemstone.gemfire.cache.query
Class RegionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
com.gemstone.gemfire.cache.query.NameResolutionException
com.gemstone.gemfire.cache.query.RegionNotFoundException
- All Implemented Interfaces:
- Serializable
public class RegionNotFoundException
- extends NameResolutionException
Thrown if a region referenced by name in a query cannot be found.
- Since:
- 4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RegionNotFoundException
public RegionNotFoundException(String msg)
- Construct an instance of RegionNotFoundException
- Parameters:
msg
- the error message
RegionNotFoundException
public RegionNotFoundException(String msg,
Throwable cause)
- Constructs an instance of RegionNotFoundException
- Parameters:
msg
- the error messagecause
- a Throwable that is a cause of this exception
Copyright © 1997-2012 VMware, Inc. All rights reserved.