public class SyncFailedException extends IOException
FileDescriptor.sync()
,
IOException
,
Serialized FormConstructor and Description |
---|
SyncFailedException(String desc)
Constructs an SyncFailedException with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SyncFailedException(String desc)
desc
- a String describing the exception.