Package java.io

Class SyncFailedException

All Implemented Interfaces:
Serializable

public class SyncFailedException
extends IOException
Signals that the FileDescriptor.sync() method has failed to complete.
See Also:
Serialized Form
  • Constructor Details

    • SyncFailedException

      public SyncFailedException​(String detailMessage)
      Constructs a new SyncFailedException with its stack trace and detail message filled in.
      Parameters:
      detailMessage - the detail message for this exception.