Class JDOUserException

    • Constructor Detail

      • JDOUserException

        public JDOUserException()
        Creates a new JDOUserException without detail message.
      • JDOUserException

        public JDOUserException​(String msg)
        Constructs a new JDOUserException with the specified detail message.
        Parameters:
        msg - the detail message.
      • JDOUserException

        public JDOUserException​(String msg,
                                Exception nested)
        Constructs a new JDOUserException with the specified detail message and nested Exception.
        Parameters:
        msg - the detail message.
        nested - the nested Exception.
      • JDOUserException

        public JDOUserException​(String msg,
                                Object[] failed)
        Constructs a new JDOUserException with the specified detail message and failed object array.
        Parameters:
        msg - the detail message.
        failed - the failed object array.
      • JDOUserException

        public JDOUserException​(String msg,
                                Exception nested,
                                Object[] failed)
        Constructs a new JDOUserException with the specified detail message, nested exception, and failed object array.
        Parameters:
        msg - the detail message.
        nested - the nested Exception.
        failed - the failed object array.