Class OperationNotSupportedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.newsclub.net.unix.OperationNotSupportedIOException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newOperationNotSupportedIOException.Constructs a newOperationNotSupportedIOException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationNotSupportedIOException
public OperationNotSupportedIOException()Constructs a newOperationNotSupportedIOException. -
OperationNotSupportedIOException
Constructs a newOperationNotSupportedIOException.- Parameters:
msg- The error message.
-