Class ExportMethodTypeProviderException

    • Constructor Detail

      • ExportMethodTypeProviderException

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

        public ExportMethodTypeProviderException​(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.