Class FileMultipleOccurencesException

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

public class FileMultipleOccurencesException extends Exception
This exception could be throws when more than one element is found in a method that works on one only.
Author:
Pasquale Cavallo (pasquale.cavallo at 4science dot it)
See Also:
  • Constructor Details

    • FileMultipleOccurencesException

      public FileMultipleOccurencesException(String message, Throwable cause)
    • FileMultipleOccurencesException

      public FileMultipleOccurencesException(String message)