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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public JDOQueryException()
JDOQueryException
without detail message.public JDOQueryException(String msg)
JDOQueryException
with the specified detail message.msg
- the detail message.Copyright © 2019. All rights reserved.