Class ExportMethodProviderException

    • Constructor Detail

      • ExportMethodProviderException

        public ExportMethodProviderException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - The detail message.
      • ExportMethodProviderException

        public ExportMethodProviderException​(String message,
                                             Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause of the exception.