Class AmbiguousNameException

All Implemented Interfaces:
Serializable

public class AmbiguousNameException extends NameResolutionException
Thrown if an attribute or method name in a query can be resolved to more than one object in scope or if there is more than one maximally specific overridden method in a class.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • AmbiguousNameException

      public AmbiguousNameException(String msg)
      Constructs instance of AmbiguousNameException with error message
      Parameters:
      msg - the error message
    • AmbiguousNameException

      public AmbiguousNameException(String msg, Throwable cause)
      Constructs instance of AmbiguousNameException with error message and cause
      Parameters:
      msg - the error message
      cause - a Throwable that is a cause of this exception