Package ome.formats.importer.transfers
Class CleanupFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ome.formats.importer.transfers.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()
-