Constructors Summary |
---|
public JDOQueryException()Creates a new JDOQueryException without detail message.
|
public JDOQueryException(String msg)Constructs a new JDOQueryException with the specified detail message.
super(msg);
|
public JDOQueryException(String msg, Exception nested)Constructs a new JDOQueryException with the specified detail message
and nested Exception.
super(msg, nested);
|