Package android.os
Class ParcelFileDescriptor.FileDescriptorDetachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- android.os.ParcelFileDescriptor.FileDescriptorDetachedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ParcelFileDescriptor
public static class ParcelFileDescriptor.FileDescriptorDetachedException extends IOException
Exception that indicates that the file descriptor was detached.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileDescriptorDetachedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-