public class JDOQueryInterruptedException extends JDOUserException
| Constructor and Description |
|---|
JDOQueryInterruptedException()
Constructs a new
JDOQueryInterruptedException without a detail message. |
JDOQueryInterruptedException(String msg)
Constructs a new
JDOQueryInterruptedException with the specified detail message. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTracepublic JDOQueryInterruptedException()
JDOQueryInterruptedException without a detail message.public JDOQueryInterruptedException(String msg)
JDOQueryInterruptedException with the specified detail message.msg - the detail message.Copyright © 2005–2020 Apache Software Foundation. All rights reserved.