Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.io

Class SyncFailedException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.io.SyncFailedException


public class SyncFailedException

extends IOException

Thrown when a file synchronization fails.

Since:Authors:See Also:

Constructor Summary

SyncFailedException(java.lang.String message)

Create an exception with a descriptive error message.

Constructor Details

SyncFailedException

public SyncFailedException(java.lang.String message)

Create an exception with a descriptive error message.

Parameters: