public class JDOQueryException extends JDOUserException
| Constructor and Description |
|---|
JDOQueryException()
Creates a new
JDOQueryException without detail message. |
JDOQueryException(String msg)
Constructs a new
JDOQueryException with the specified detail message. |
JDOQueryException(String msg,
Exception nested)
Constructs a new
JDOQueryException with the specified detail message
and nested Exception. |
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic JDOQueryException()
JDOQueryException without detail message.public JDOQueryException(String msg)
JDOQueryException with the specified detail message.msg - the detail message.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.