Package javax.jdo

Class JDOFatalException

    • Constructor Detail

      • JDOFatalException

        public JDOFatalException()
        Constructs a new JDOFatalException without a detail message.
      • JDOFatalException

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

        public JDOFatalException​(String msg,
                                 Throwable[] nested)
        Constructs a new JDOFatalException with the specified detail message and nested Throwables.
        Parameters:
        msg - the detail message.
        nested - the nested Throwable[].
      • JDOFatalException

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

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

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

        public JDOFatalException​(String msg,
                                 Throwable nested,
                                 Object failed)
        Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
        Parameters:
        msg - the detail message.
        nested - the nested Throwable.
        failed - the failed object.