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
    Author:
    Pascal Essiembre
    See Also:
    Serialized Form
    • Constructor Detail

      • ImporterRuntimeException

        public ImporterRuntimeException()
      • ImporterRuntimeException

        public ImporterRuntimeException​(String message)
      • ImporterRuntimeException

        public ImporterRuntimeException​(Throwable cause)
      • ImporterRuntimeException

        public ImporterRuntimeException​(String message,
                                        Throwable cause)