Class AttachmentStorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.riadalabs.jira.plugins.insight.common.exception.AttachmentStorageException
All Implemented Interfaces:
Serializable

@PublicApi public class AttachmentStorageException extends RuntimeException
The AttachmentStorageException to throw when an attachment could not be stored
Author:
Mathias Edblom
See Also:
  • Constructor Details

    • AttachmentStorageException

      public AttachmentStorageException()
    • AttachmentStorageException

      public AttachmentStorageException(String s)
    • AttachmentStorageException

      public AttachmentStorageException(String s, Throwable throwable)
    • AttachmentStorageException

      public AttachmentStorageException(Throwable throwable)