javax.comm
Class UnsupportedCommOperationException

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

public class UnsupportedCommOperationException
extends java.lang.Exception

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

Author:
Jagane Sundar
See Also:
CommPort, CommPortIdentifier, ParallelPort, SerialPort, Serialized Form

Constructor Summary
UnsupportedCommOperationException()
          Constructs an UnsupportedCommOperationException with no detail message.
UnsupportedCommOperationException(java.lang.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(java.lang.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.