Class AttachmentCopyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.issue.attachment.AttachmentRuntimeException
com.atlassian.jira.issue.attachment.AttachmentCopyException
- All Implemented Interfaces:
Serializable
Represents a case where there was an error moving the attachment.
- Since:
- v6.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentCopyException
(String message) AttachmentCopyException
(String message, Throwable cause) AttachmentCopyException
(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
-
AttachmentCopyException
-
AttachmentCopyException
-
AttachmentCopyException
-