Added in API level 1
Summary:
Ctors
| Inherited Methods
SyncFailedException
public
class
SyncFailedException
extends IOException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.io.IOException | |||
↳ | java.io.SyncFailedException |
Signals that a sync operation has failed.
See also:
Summary
Public constructors | |
---|---|
SyncFailedException(String desc)
Constructs an SyncFailedException with a detail message. |
Inherited methods | |
---|---|
Public constructors
SyncFailedException
Added in API level 1
public SyncFailedException (String desc)
Constructs an SyncFailedException with a detail message. A detail message is a String that describes this particular exception.
Parameters | |
---|---|
desc |
String : a String describing the exception. |