@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.
|
generateMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AttachmentStorageUnavailableException(String message)
public AttachmentStorageUnavailableException(Throwable cause)
protected io.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-2022 Atlassian. All Rights Reserved.