Signals that a sync operation has failed.
author: Ken Arnold version: 1.22, 05/05/07 See Also: java.io.FileDescriptor.sync See Also:java.io.IOException since: JDK1.1
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.