com.gemstone.gemfire.cache.query
Class NameNotFoundException
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.NameNotFoundException
- All Implemented Interfaces:
- Serializable
public class NameNotFoundException
- extends NameResolutionException
Thrown when an attribute or method name could not be resolved during query
execution because no matching method or field could be found.
- 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 |
NameNotFoundException
public NameNotFoundException(String message)
- Constructs instance of ObjectNameNotFoundException with error message
- Parameters:
message - the error message
NameNotFoundException
public NameNotFoundException(String message,
Throwable cause)
- Constructs instance of ObjectNameNotFoundException with error message and cause
- Parameters:
message - the error messagecause - a Throwable that is a cause of this exception
Copyright © 1997-2011 VMware, Inc. All rights reserved.