gnu.io

Class UnsupportedCommOperationException


public class UnsupportedCommOperationException
extends Exception

Exception thrown when a method does not support the requested functionality.
Since:
JDK1.0

Constructor Summary

UnsupportedCommOperationException()
create an instances with no message about why the Exception was thrown.
UnsupportedCommOperationException(String str)
create an instance with a message about why the Exception was thrown.

Constructor Details

UnsupportedCommOperationException

public UnsupportedCommOperationException()
create an instances with no message about why the Exception was thrown.
Since:
JDK1.0

UnsupportedCommOperationException

public UnsupportedCommOperationException(String str)
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