Class NameNotFoundException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NameNotFoundException​(java.lang.String message)
      Constructs instance of ObjectNameNotFoundException with error message
      NameNotFoundException​(java.lang.String message, java.lang.Throwable cause)
      Constructs instance of ObjectNameNotFoundException with error message and cause
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NameNotFoundException

        public NameNotFoundException​(java.lang.String message)
        Constructs instance of ObjectNameNotFoundException with error message
        Parameters:
        message - the error message
      • NameNotFoundException

        public NameNotFoundException​(java.lang.String message,
                                     java.lang.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