DthingApi
Public Member Functions | List of all members
java.io.SyncFailedException Class Reference
Inheritance diagram for java.io.SyncFailedException:
java.io.IOException

Public Member Functions

 SyncFailedException (String detailMessage)
 
- Public Member Functions inherited from java.io.IOException
 IOException ()
 
 IOException (String detailMessage)
 

Detailed Description

Signals that the FileDescriptor#sync() method has failed to complete.

Constructor & Destructor Documentation

◆ SyncFailedException()

java.io.SyncFailedException.SyncFailedException ( String  detailMessage)
inline

Constructs a new

with its stack trace and detail message filled in.

Parameters
detailMessagethe detail message for this exception.

The documentation for this class was generated from the following file: