com.atlassian.confluence.pages.persistence.dao
Class UpdateAttachmentsOnFileSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
                  extended by com.atlassian.confluence.pages.persistence.dao.UpdateAttachmentsOnFileSystemException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Since 5.5 Use UpdateAttachmentsOnFileSystemException

@Deprecated
public class UpdateAttachmentsOnFileSystemException
extends ConfluenceEventPropagatingException

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

See Also:
Serialized Form

Constructor Summary
UpdateAttachmentsOnFileSystemException(java.io.File dest, java.io.File source, java.lang.Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateAttachmentsOnFileSystemException

public UpdateAttachmentsOnFileSystemException(java.io.File dest,
                                              java.io.File source,
                                              java.lang.Throwable cause)
Deprecated. 


Copyright © 2003-2014 Atlassian. All Rights Reserved.