@ExperimentalApi public class AttachmentWriteException extends AttachmentRuntimeException
Constructor and Description |
---|
AttachmentWriteException(String message) |
AttachmentWriteException(String message,
Throwable cause) |
AttachmentWriteException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected com.atlassian.fugue.Option<String> |
doGenerateMessage(I18nHelper localisedMessages)
Generate a localised message for this exception.
|
generateMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AttachmentWriteException(String message)
public AttachmentWriteException(Throwable cause)
protected com.atlassian.fugue.Option<String> doGenerateMessage(I18nHelper localisedMessages)
AttachmentRuntimeException
doGenerateMessage
in class AttachmentRuntimeException
localisedMessages
- Internationalisation helper that can provide localised messages for given codes.Copyright © 2002-2017 Atlassian. All Rights Reserved.