VMware GemFire Java API Reference
Package org.apache.geode.cache.query
Class NameResolutionException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmbiguousNameException,NameNotFoundException,RegionNotFoundException
public class NameResolutionException extends QueryException
Thrown if an attribute or method name in a query cannot be resolved.- Since:
- GemFire 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NameResolutionException(String msg)Constructs a NameResolutionExceptionNameResolutionException(String msg, Throwable cause)Constructs a NameResolutionException
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NameResolutionException
public NameResolutionException(String msg)
Constructs a NameResolutionException- Parameters:
msg- the error message
-
-