Class 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:
  • Constructor Details

    • 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 message
      cause - a Throwable that is a cause of this exception