Class BadObjectReferenceException

All Implemented Interfaces:
Serializable

public class BadObjectReferenceException extends InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically.
See Also:
  • Constructor Details

    • BadObjectReferenceException

      public BadObjectReferenceException(String msg)
    • BadObjectReferenceException

      public BadObjectReferenceException(Throwable cause)
    • BadObjectReferenceException

      public BadObjectReferenceException(String msg, Throwable cause)