Class JDOQueryException

    • Constructor Detail

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