SyncFailedException

public class SyncFailedException extends IOException

Signals that a sync operation has failed.

Public Constructor Summary

SyncFailedException(String desc)
Constructs an SyncFailedException with a detail message.

Inherited Method Summary

Public Constructors

public SyncFailedException (String desc)

Constructs an SyncFailedException with a detail message. A detail message is a String that describes this particular exception.

Parameters
desc a String describing the exception.