Class 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:
GemFire 4.0
See Also:
  • Constructor Details

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