java.io
Class SyncFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.SyncFailedException
All Implemented Interfaces:
Serializable

public class SyncFailedException
extends IOException

Thrown when a file synchronization fails.

Since:
1.1
See Also:
FileDescriptor.sync(), Serialized Form

Constructor Summary
SyncFailedException(String message)
          Create an exception with a descriptive error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyncFailedException

public SyncFailedException(String message)
Create an exception with a descriptive error message.

Parameters:
message - the descriptive error message