com.sun.jdo.api.persistence.support
Class JDOQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.support.JDOException
com.sun.jdo.api.persistence.support.JDOCanRetryException
com.sun.jdo.api.persistence.support.JDOUserException
com.sun.jdo.api.persistence.support.JDOQueryException
- All Implemented Interfaces:
- Serializable
public class JDOQueryException
- extends JDOUserException
- Version:
- 0.1
- Author:
- Michael Bouschen
- See Also:
- Serialized Form
JDOQueryException
public JDOQueryException()
- Creates a new
JDOQueryException without detail message.
JDOQueryException
public JDOQueryException(String msg)
- Constructs a new
JDOQueryException with the specified detail message.
- Parameters:
msg - the detail message.
JDOQueryException
public JDOQueryException(String msg,
Exception nested)
- Constructs a new
JDOQueryException with the specified detail message
and nested Exception.
- Parameters:
msg - the detail message.nested - the nested Exception.
Copyright © 2012. All Rights Reserved.