Class NucleusDataStoreException

    • Constructor Summary

      Constructors 
      Constructor Description
      NucleusDataStoreException()
      Constructs a new exception without a detail message.
      NucleusDataStoreException​(java.lang.String msg)
      Constructs a new exception with the specified detail message.
      NucleusDataStoreException​(java.lang.String msg, java.lang.Object failed)
      Constructs a new exception with the specified detail message and failed object.
      NucleusDataStoreException​(java.lang.String msg, java.lang.Throwable nested)
      Constructs a new exception with the specified detail message and nested Throwable.
      NucleusDataStoreException​(java.lang.String msg, java.lang.Throwable[] nested)
      Constructs a new exception with the specified detail message and nested Throwables.
      NucleusDataStoreException​(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
      Constructs a new exception with the specified detail message, nested Throwables, and failed object.
      NucleusDataStoreException​(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
      Constructs a new exception with the specified detail message, nested Throwable, and failed object.
    • Constructor Detail

      • NucleusDataStoreException

        public NucleusDataStoreException()
        Constructs a new exception without a detail message.
      • NucleusDataStoreException

        public NucleusDataStoreException​(java.lang.String msg)
        Constructs a new exception with the specified detail message.
        Parameters:
        msg - the detail message.
      • NucleusDataStoreException

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

        public NucleusDataStoreException​(java.lang.String msg,
                                         java.lang.Throwable nested)
        Constructs a new exception with the specified detail message and nested Throwable.
        Parameters:
        msg - the detail message.
        nested - the nested Throwable.
      • NucleusDataStoreException

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

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

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