Package io.goobi.viewer.exceptions
Class UploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.PresentationException
io.goobi.viewer.exceptions.UploadException
- All Implemented Interfaces:
Serializable
Thrown when an error occurs during a file upload operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUploadException(String string) Creates a new UploadException instance.UploadException(String string, Throwable e) Creates a new UploadException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UploadException
Creates a new UploadException instance.- Parameters:
string- detail message describing the upload failuree- cause of the upload failure
-
UploadException
Creates a new UploadException instance.- Parameters:
string- detail message describing the upload failure
-