Class JDODataStoreException

    • Constructor Detail

      • JDODataStoreException

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

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

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

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

        public JDODataStoreException​(String msg,
                                     Exception nested,
                                     Object[] failed)
        Constructs a new JDODataStoreException 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.