Package java.io
Class SyncFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.SyncFailedException
-
- All Implemented Interfaces:
Serializable
public class SyncFailedException extends IOException
Signals that theFileDescriptor.sync()method has failed to complete.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncFailedException(String detailMessage)Constructs a newSyncFailedExceptionwith its stack trace and detail message filled in.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SyncFailedException
public SyncFailedException(String detailMessage)
Constructs a newSyncFailedExceptionwith its stack trace and detail message filled in.- Parameters:
detailMessage- the detail message for this exception.
-
-