Class AttachmentMoveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.issue.attachment.AttachmentRuntimeException
com.atlassian.jira.issue.attachment.AttachmentMoveException
- All Implemented Interfaces:
Serializable
Represents a case where there was an error moving the attachment.
- Since:
- v6.3
- See Also:
-
Constructor Summary
ConstructorDescriptionWhen used, the message contains only the result of attachfile.error.save.to.storeAttachmentMoveException
(String message) AttachmentMoveException
(String message, Throwable cause) AttachmentMoveException
(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
-
AttachmentMoveException
-
AttachmentMoveException
public AttachmentMoveException()When used, the message contains only the result of attachfile.error.save.to.store -
AttachmentMoveException
-
AttachmentMoveException
-