Class FileSourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.importer.external.exception.FileSourceException
All Implemented Interfaces:
Serializable

public class FileSourceException extends Exception
Represents a problem with the File content: e.g. null input stream, invalid content, ...
Author:
Pasquale Cavallo (pasquale.cavallo at 4science dot it)
See Also:
  • Constructor Details

    • FileSourceException

      public FileSourceException(String message, Throwable cause)
    • FileSourceException

      public FileSourceException(String message)