org.apache.jdo.jdoql
Class JDOQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOCanRetryException
                      extended byjavax.jdo.JDOUserException
                          extended byorg.apache.jdo.jdoql.JDOQueryException
All Implemented Interfaces:
java.io.Serializable

public class JDOQueryException
extends javax.jdo.JDOUserException

This class represents query user errors.

Author:
Michael Bouschen
See Also:
Serialized Form

Constructor Summary
JDOQueryException()
          Creates a new JDOQueryException without detail message.
JDOQueryException(java.lang.String msg)
          Constructs a new JDOQueryException with the specified detail message.
JDOQueryException(java.lang.String msg, java.lang.Throwable nested)
          Constructs a new JDOQueryException with the specified detail message and nested Exception.
 
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDOQueryException

public JDOQueryException()
Creates a new JDOQueryException without detail message.


JDOQueryException

public JDOQueryException(java.lang.String msg)
Constructs a new JDOQueryException with the specified detail message.

Parameters:
msg - the detail message.

JDOQueryException

public JDOQueryException(java.lang.String msg,
                         java.lang.Throwable nested)
Constructs a new JDOQueryException with the specified detail message and nested Exception.

Parameters:
msg - the detail message.
nested - the nested Exception.


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.