Package gnu.io
Class UnsupportedCommOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gnu.io.UnsupportedCommOperationException
- All Implemented Interfaces:
Serializable
Exception thrown when a method does not support the requested functionality.
- Since:
- JDK1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptioncreate an instances with no message about why the Exception was thrown.create an instance with a message about why the Exception was thrown. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCommOperationException
public UnsupportedCommOperationException()create an instances with no message about why the Exception was thrown.- Since:
- JDK1.0
-
UnsupportedCommOperationException
create an instance with a message about why the Exception was thrown.- Parameters:
str
- A detailed message explaining the reason for the Exception.- Since:
- JDK1.0
-