Package org.syncany.plugins.transfer
Class StorageFileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.syncany.plugins.transfer.StorageException
-
- org.syncany.plugins.transfer.StorageFileNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageFileNotFoundException extends StorageException
The StorageFileNotFoundException is thrown if a TransferManager cannot find a file. If relevant, then a TransactionAwareTransferManager can catch this and handle it accordingly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageFileNotFoundException(java.lang.String message)
StorageFileNotFoundException(java.lang.String message, java.lang.Throwable cause)
StorageFileNotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
StorageFileNotFoundException
public StorageFileNotFoundException(java.lang.Throwable cause)
-
StorageFileNotFoundException
public StorageFileNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
StorageFileNotFoundException
public StorageFileNotFoundException(java.lang.String message)
-
-