Class CleanupFailure

  • All Implemented Interfaces:
    java.io.Serializable

    public class CleanupFailure
    extends java.lang.Exception
    Exception thrown when cleaning up resources after transfer fails partially or completely. The error should likely be shown to users to permit manual cleanup.
    Since:
    5.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CleanupFailure​(java.util.List<java.io.File> failedFiles)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.io.File> getFailedFiles()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • CleanupFailure

        public CleanupFailure​(java.util.List<java.io.File> failedFiles)
    • Method Detail

      • getFailedFiles

        public java.util.List<java.io.File> getFailedFiles()