Class ImporterRuntimeException

All Implemented Interfaces:
Serializable

public class ImporterRuntimeException extends RuntimeException
RuntimeException thrown when a an issue prevented the proper importation of a file.
Since:
2.0.0
See Also:
  • Constructor Details

    • ImporterRuntimeException

      public ImporterRuntimeException()
    • ImporterRuntimeException

      public ImporterRuntimeException(String message)
    • ImporterRuntimeException

      public ImporterRuntimeException(Throwable cause)
    • ImporterRuntimeException

      public ImporterRuntimeException(String message, Throwable cause)