Package com.atlassian.jira.web.util
Class AttachmentExceptionMessages
java.lang.Object
com.atlassian.jira.web.util.AttachmentExceptionMessages
Generates a suitable message string for a given AttachmentException. In most cases the cause should be a subclass of
AttachmentRuntimeException. The exception's message is returned as a fallback.
- Since:
- v6.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringget(AttachmentException e, I18nHelper localisedMessages)
-
Constructor Details
-
AttachmentExceptionMessages
public AttachmentExceptionMessages()
-
-
Method Details
-
get
-