public class

UpdateAttachmentsOnFileSystemException

extends ConfluenceEventPropagatingException
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.UpdateAttachmentsOnFileSystemException

Class Overview

An exception indicating that there was a problem moving the storage of attachments.

Summary

Public Constructors
UpdateAttachmentsOnFileSystemException(File dest, File source, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UpdateAttachmentsOnFileSystemException (File dest, File source, Throwable cause)