Team LiB
Previous Section Next Section

SyncFailedExceptionjava.io

Java 1.1serializable checked

Signals that a call to FileDescriptor.sync( ) did not complete successfully.

Figure 9-61. java.io.SyncFailedException


public class SyncFailedException extends IOException {
// Public Constructors
     public SyncFailedException(String desc);  
}

Thrown By

FileDescriptor.sync( )

    Team LiB
    Previous Section Next Section