Class FileUploadFailed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.ac.warwick.dcs.sherlock.module.web.exceptions.FileUploadFailed
-
- All Implemented Interfaces:
java.io.Serializable
public class FileUploadFailed extends java.lang.Exception
Thrown if the file failed to upload when adding a submission- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUploadFailed(java.lang.String errorMessage)
-