Package org.apache.geode.cache.query
Class NameNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geode.GemFireCheckedException
org.apache.geode.cache.query.QueryException
org.apache.geode.cache.query.NameResolutionException
org.apache.geode.cache.query.NameNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when an attribute or method name could not be resolved during query execution because no
matching method or field could be found.
- Since:
- GemFire 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNameNotFoundException(String message) Constructs instance of ObjectNameNotFoundException with error messageNameNotFoundException(String message, Throwable cause) Constructs instance of ObjectNameNotFoundException with error message and cause -
Method Summary
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NameNotFoundException
Constructs instance of ObjectNameNotFoundException with error message- Parameters:
message- the error message
-
NameNotFoundException
Constructs instance of ObjectNameNotFoundException with error message and cause- Parameters:
message- the error messagecause- a Throwable that is a cause of this exception
-