public class JDOQueryException
extends javax.jdo.JDOUserException
| Constructor and Description |
|---|
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. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringpublic 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.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.