Class DataStoreException

    • Constructor Detail

      • DataStoreException

        public DataStoreException​(String message)
        Constructs a new instance of this class with the specified detail message.
        Parameters:
        message - the detailed message.
      • DataStoreException

        public DataStoreException​(String message,
                                  Throwable cause)
        Constructs a new instance of this class with the specified detail message and root cause.
        Parameters:
        message - the detailed message.
        cause - root failure cause
      • DataStoreException

        public DataStoreException​(Throwable rootCause)
        Constructs a new instance of this class with the specified root cause.
        Parameters:
        rootCause - root failure cause