java.io.SyncFailedException (JDK 1.1)
Signals that a call to FileDescriptor.sync() did not complete successfully.
public classSyncFailedExceptionextends IOException { //Public ConstructorpublicSyncFailedException(Stringdesc); }
Hierarchy:
Object->Throwable(Serializable)->Exception->IOException->SyncFailedException
Thrown By:
FileDescriptor.sync()