Class JDOQueryException

All Implemented Interfaces:
Serializable

public class JDOQueryException extends JDOUserException
Version:
0.1
Author:
Michael Bouschen
See Also:
  • Constructor Details

    • 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.