Class AttachmentCleanupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.issue.attachment.AttachmentRuntimeException
com.atlassian.jira.issue.attachment.AttachmentCleanupException
- All Implemented Interfaces:
Serializable
Represents a situation where attachments could not be cleaned up.
- Since:
- v6.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentCleanupException
(String message) AttachmentCleanupException
(String message, Throwable cause) -
Method Summary
Methods inherited from class com.atlassian.jira.issue.attachment.AttachmentRuntimeException
doGenerateMessage, generateMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttachmentCleanupException
-
AttachmentCleanupException
-
AttachmentCleanupException
-