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