Class JDOFatalInternalException

    • Constructor Detail

      • JDOFatalInternalException

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

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

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