Class BackendNotSupportedException

    • Constructor Detail

      • BackendNotSupportedException

        public BackendNotSupportedException​(String message)
        Initializes an instance of BackendNotSupportedException.
        Parameters:
        message - Error message
      • BackendNotSupportedException

        public BackendNotSupportedException​(String message,
                                            Throwable causedBy)
        Initializes an instance of BackendNotSupportedException.
        Parameters:
        message - Error message
        causedBy - If another exception caused this exception, set here.