java.io

Class SyncFailedException

public class SyncFailedException extends IOException

Thrown when a file synchronization fails.

Since: 1.1

See Also: sync

UNKNOWN: updated to 1.4

Constructor Summary
SyncFailedException(String message)
Create an exception with a descriptive error message.

Constructor Detail

SyncFailedException

public SyncFailedException(String message)
Create an exception with a descriptive error message.

Parameters: message the descriptive error message