FileDocCategorySizeDatePackage
SyncFailedException.javaAPI DocAndroid 1.5 API1417Wed May 06 22:41:04 BST 2009java.io

SyncFailedException

public class SyncFailedException extends IOException
Signals that the {@link FileDescriptor#sync()} method has failed to complete.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public SyncFailedException(String detailMessage)
Constructs a new {@code SyncFailedException} with its stack trace and detail message filled in.

param
detailMessage the detail message for this exception.
since
Android 1.0


                                              
       
        super(detailMessage);
    
Methods Summary