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