Class UpdateAttachmentsOnFileSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
-
- com.atlassian.confluence.pages.persistence.dao.filesystem.UpdateAttachmentsOnFileSystemException
-
- All Implemented Interfaces:
Serializable
public class UpdateAttachmentsOnFileSystemException extends ConfluenceEventPropagatingException
An exception indicating that there was a problem moving the storage of attachments.- Since:
- 5.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateAttachmentsOnFileSystemException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UpdateAttachmentsOnFileSystemException
public UpdateAttachmentsOnFileSystemException(Throwable cause)
-
-