Class DataBackendException

    • Constructor Detail

      • DataBackendException

        public DataBackendException​(String msg)
        Construct an DataBackendException with specified detail message.
        Parameters:
        msg - The detail message.
      • DataBackendException

        public DataBackendException​(String msg,
                                    Throwable nested)
        Construct an DataBackendException with specified detail message and nested Throwable.
        Parameters:
        msg - The detail message.
        nested - the exception or error that caused this exception to be thrown.