Class AttachmentDeleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.issue.attachment.AttachmentRuntimeException
com.atlassian.jira.issue.attachment.AttachmentDeleteException
- All Implemented Interfaces:
Serializable
Represents a case where there was an deleting reading the attachment (e.g. some I/O error reading from disk or from the
remote attachment store).
- Since:
- v6.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentDeleteException
(String message) AttachmentDeleteException
(String message, Throwable cause) -
Method Summary
Methods inherited from class com.atlassian.jira.issue.attachment.AttachmentRuntimeException
doGenerateMessage, generateMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttachmentDeleteException
-
AttachmentDeleteException
-
AttachmentDeleteException
-