Class OperationNotSupportedIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.newsclub.net.unix.OperationNotSupportedIOException
All Implemented Interfaces:
Serializable

public class OperationNotSupportedIOException extends IOException
An IOException that may be thrown upon some "unsupported operation" condition from native code, using a non-socket file handle, (e.g., ENOTSUP) is returned.
Author:
Christian Kohlschütter
See Also: