Class ImporterException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocHandlerException

public class ImporterException extends IOException
Exception thrown when an issue prevented the proper importation of a file.
See Also:
  • Constructor Details

    • ImporterException

      public ImporterException()
    • ImporterException

      public ImporterException(String message)
    • ImporterException

      public ImporterException(Throwable cause)
    • ImporterException

      public ImporterException(String message, Throwable cause)