public class SyncFailedException extends IOException
FileDescriptor.sync() method has failed to
complete.| Constructor and Description |
|---|
SyncFailedException(String detailMessage)
Constructs a new
SyncFailedException with its stack trace and
detail message filled in. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SyncFailedException(String detailMessage)
SyncFailedException with its stack trace and
detail message filled in.detailMessage - the detail message for this exception.