@ExperimentalApi public class AttachmentStorageUnavailableException extends AttachmentRuntimeException
| Constructor and Description |
|---|
AttachmentStorageUnavailableException(String message) |
AttachmentStorageUnavailableException(String message,
Throwable cause) |
AttachmentStorageUnavailableException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected io.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 AttachmentStorageUnavailableException(String message)
public AttachmentStorageUnavailableException(Throwable cause)
protected io.atlassian.fugue.Option<String> doGenerateMessage(I18nHelper localisedMessages)
AttachmentRuntimeExceptiondoGenerateMessage in class AttachmentRuntimeExceptionlocalisedMessages - Internationalisation helper that can provide localised messages for given codes.Copyright © 2002-2023 Atlassian. All Rights Reserved.