Class JDOFatalUserException

    • Constructor Detail

      • JDOFatalUserException

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

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

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