Class NoAttachmentDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.issue.attachment.AttachmentRuntimeException
com.atlassian.jira.issue.attachment.NoAttachmentDataException
- All Implemented Interfaces:
Serializable
Represents a case where there is no record for an attachment id.
- Since:
- v6.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoAttachmentDataException
(String message) NoAttachmentDataException
(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
-
NoAttachmentDataException
-
NoAttachmentDataException
-
NoAttachmentDataException
-