Class TemporaryAttachmentStorageUnavailableException

All Implemented Interfaces:
Serializable

public class TemporaryAttachmentStorageUnavailableException extends AttachmentRuntimeException
Represents a case where the storage subsystem for temporary attachments (e.g. temporarily file system) is unavailable.
Since:
v6.3
See Also:
  • Constructor Details

    • TemporaryAttachmentStorageUnavailableException

      public TemporaryAttachmentStorageUnavailableException(String message)
    • TemporaryAttachmentStorageUnavailableException

      public TemporaryAttachmentStorageUnavailableException(Throwable cause)
    • TemporaryAttachmentStorageUnavailableException

      public TemporaryAttachmentStorageUnavailableException(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()).