|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
org.apache.jdo.jdoql.JDOQueryException
This class represents query user errors.
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 |
public JDOQueryException()
JDOQueryException
without detail message.
public JDOQueryException(java.lang.String msg)
JDOQueryException
with the specified detail message.
msg
- the detail message.public JDOQueryException(java.lang.String msg, java.lang.Throwable nested)
JDOQueryException
with the specified detail message
and nested Exception.
msg
- the detail message.nested
- the nested Exception
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |