Class ArchiveEntryUploadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.cbarchive.web.exception.CombineArchiveWebException
-
- de.unirostock.sems.cbarchive.web.exception.ArchiveEntryUploadException
-
- All Implemented Interfaces:
Serializable
public class ArchiveEntryUploadException extends CombineArchiveWebException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArchiveEntryUploadException()ArchiveEntryUploadException(String message)ArchiveEntryUploadException(String message, String filePath)ArchiveEntryUploadException(String message, Throwable cause)ArchiveEntryUploadException(String message, Throwable cause, String filePath)ArchiveEntryUploadException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilePath()booleanisError()voidsetFilePath(String filePath)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-