com.gemstone.gemfire.cache.query
Class NameResolutionException
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
- 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:
- 4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NameResolutionException
public NameResolutionException(String msg)
- Constructs a NameResolutionException
- Parameters:
msg
- the error message
NameResolutionException
public NameResolutionException(String msg,
Throwable cause)
- Constructs a NameResolutionException
- Parameters:
msg
- the error messagecause
- a Throwable that is a cause of this exception
Copyright © 1997-2012 VMware, Inc. All rights reserved.