java.io.SyncFailedException
java.io.IOException
None
None
New as of JDK 1.1
A 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.
public class java.io.SyncFailedException extends java.io.IOException {
  // Constructors
  public SyncFailedException(String desc);
}
A description of the reason this exception was thrown.
This constructor creates a SyncFailedException with the specified detail message.
| 
 Method  | 
 Inherited From  | 
 Method  | 
 Inherited From  | 
|---|---|---|---|
| 
 clone()  | 
 Object  | 
 equals(Object)  | 
 Object  | 
| 
 fillInStackTrace()  | 
 Throwable  | 
 finalize()  | 
 Object  | 
| 
 getClass()  | 
 Object  | 
 getLocalizedMessage()  | 
 Throwable  | 
| 
 getMessage()  | 
 Throwable  | 
 hashCode()  | 
 Object  | 
| 
 notify()  | 
 Object  | 
 notifyAll()  | 
 Object  | 
| 
 printStackTrace()  | 
 Throwable  | 
 printStackTrace(PrintStream)  | 
 Throwable  | 
| 
 printStackTrace(PrintWriter)  | 
 Throwable  | 
 toString()  | 
 Object  | 
| 
 wait()  | 
 Object  | 
 wait(long)  | 
 Object  | 
| 
 wait(long, int)  | 
 Object  | 
Exception, FileDescriptor, IOException, Throwable