comm API
Version 2.0

javax.comm
Class UnsupportedCommOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.comm.UnsupportedCommOperationException
All Implemented Interfaces:
Serializable

public class UnsupportedCommOperationException
extends Exception

Thrown when a driver doesn't allow the specified operation.

See Also:
CommPort, CommPortIdentifier, ParallelPort, SerialPort, Serialized Form

Constructor Summary
UnsupportedCommOperationException()
          Constructs an UnsupportedCommOperationException with no detail message.
UnsupportedCommOperationException(String str)
          Constructs an UnsupportedCommOperationException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCommOperationException

public UnsupportedCommOperationException(String str)
Constructs an UnsupportedCommOperationException with the specified detail message.

Parameters:
str - the detail message.

UnsupportedCommOperationException

public UnsupportedCommOperationException()
Constructs an UnsupportedCommOperationException with no detail message.


comm API
Version 2.0

http://java.sun.com/products/javacomm