org.apache.jdo.jdoql
Class JDOQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
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. |
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 |
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.