Class JDOFatalDataStoreException

    • Constructor Detail

      • JDOFatalDataStoreException

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

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

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