Exception: java.io.SyncFailedException

  • public exception SyncFailedException
  • extends IOException
Signals that a sync operation has failed.
Authors:
@author Ken Arnold
See:
@see java.io.FileDescriptor.sync()
@see java.io.IOException
Since:
@since JDK1.1

Inheritance

Superclass tree: Implements:

Methods

  • SyncFailedExceptiontop

    public SyncFailedException(String desc)
    Constructs an SyncFailedException with a detail message. A detail message is a String that describes this particular exception.
    Parameters:
    @param desc a String describing the exception.
    Google Code Search
    Stack Overflow