Class FileAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- edu.cornell.mannlib.vitro.webapp.modules.fileStorage.FileAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class FileAlreadyExistsException extends IOException
Indicates that a file already exists with the specified ID, but with a different filename from the one specified.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileAlreadyExistsException(String id, String existingFilename, String requestedFilename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExistingFilename()StringgetId()StringgetRequestedFilename()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-