gnu.io
Class UnsupportedCommOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gnu.io.UnsupportedCommOperationException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedCommOperationException
extends java.lang.Exception

Exception thrown when a method does not support the requested functionality.

Since:
JDK1.0
Version:
%I%, %G%
Author:
Trent Jarvi
See Also:
Serialized Form

Constructor Summary
UnsupportedCommOperationException()
          create an instances with no message about why the Exception was thrown.
UnsupportedCommOperationException(java.lang.String str)
          create an instance with a message about why the Exception was thrown.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCommOperationException

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

Since:
JDK1.0

UnsupportedCommOperationException

public UnsupportedCommOperationException(java.lang.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