SyncFailedExceptionNameSyncFailedExceptionSynopsis
DescriptionA SyncFailedException is thrown from when an underlying I/O device cannot be synchronized to a known state. The FileDescriptor.sync() method throws this exception when its synchronization operation fails. Class Summary
public class java.io.SyncFailedException extends java.io.IOException { // Constructors public SyncFailedException(String desc); } ConstructorsSyncFailedExceptionpublic SyncFailedException(String desc)
Inherited Methods
See AlsoException, FileDescriptor, IOException, Throwable |
|