Package org.syncany.plugins.transfer
Class StorageMoveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.syncany.plugins.transfer.StorageException
-
- org.syncany.plugins.transfer.StorageMoveException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageMoveException extends StorageException
The storage move exception is thrown if moving a file on the remote storage fails. This usually happens if the original file does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageMoveException(java.lang.String message)
StorageMoveException(java.lang.String message, java.lang.Throwable cause)
StorageMoveException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
StorageMoveException
public StorageMoveException(java.lang.Throwable cause)
-
StorageMoveException
public StorageMoveException(java.lang.String message, java.lang.Throwable cause)
-
StorageMoveException
public StorageMoveException(java.lang.String message)
-
-