Package org.apache.geode.cache.query
Class RegionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geode.GemFireCheckedException
org.apache.geode.cache.query.QueryException
org.apache.geode.cache.query.NameResolutionException
org.apache.geode.cache.query.RegionNotFoundException
- All Implemented Interfaces:
Serializable
Thrown if a region referenced by name in a query cannot be found.
- Since:
- GemFire 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an instance of RegionNotFoundExceptionRegionNotFoundException(String msg, Throwable cause) Constructs an instance of RegionNotFoundException -
Method Summary
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegionNotFoundException
Construct an instance of RegionNotFoundException- Parameters:
msg- the error message
-
RegionNotFoundException
Constructs an instance of RegionNotFoundException- Parameters:
msg- the error messagecause- a Throwable that is a cause of this exception
-