Class ImportException

    • Constructor Detail

      • ImportException

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

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