org.apache.jdo.jdoql
Class JDOQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOCanRetryException
                      extended by javax.jdo.JDOUserException
                          extended by org.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.
 
Method Summary
 
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-2008 Apache Software Foundation. All Rights Reserved.