Class AttachmentStorageUnavailableException

All Implemented Interfaces:
Serializable

@ExperimentalApi public class AttachmentStorageUnavailableException extends AttachmentRuntimeException
Represents a case where the attachment storage subsystem is unavailable e.g. file system directories are not present.
Since:
v6.3
See Also:
  • Constructor Details

    • AttachmentStorageUnavailableException

      public AttachmentStorageUnavailableException(String message)
    • AttachmentStorageUnavailableException

      public AttachmentStorageUnavailableException(Throwable cause)
    • AttachmentStorageUnavailableException

      public AttachmentStorageUnavailableException(String message, Throwable cause)
  • Method Details

    • doGenerateMessage

      protected io.atlassian.fugue.Option<String> doGenerateMessage(I18nHelper localisedMessages)
      Description copied from class: AttachmentRuntimeException
      Generate a localised message for this exception.
      Overrides:
      doGenerateMessage in class AttachmentRuntimeException
      Parameters:
      localisedMessages - Internationalisation helper that can provide localised messages for given codes.
      Returns:
      a localised message for this exception. Option.none() to use the default (i.e. getMessage()).