com.gemstone.gemfire.cache.query
Class AmbiguousNameException
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
com.gemstone.gemfire.cache.query.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:
- 4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- a Throwable that is a cause of this exception
Copyright © 1997-2013 VMware, Inc. All rights reserved.