Signals that a call to FileDescriptor.sync() did not complete successfully.
public class SyncFailedException extends IOException {
// Public Constructor
public SyncFailedException(String desc);
}
Object->Throwable(Serializable)->Exception->IOException->SyncFailedException
FileDescriptor.sync()