All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.comm.UnsupportedCommOperationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----javax.comm.UnsupportedCommOperationException

public class UnsupportedCommOperationException
extends Exception
Thrown when a driver doesn't allow the specified operation.

See Also:
CommPort, CommPortIdentifier, ParallelPort, SerialPort

Constructor Index

 o UnsupportedCommOperationException()
Constructs an UnsupportedCommOperationException with no detail message.
 o UnsupportedCommOperationException(String)
Constructs an UnsupportedCommOperationException with the specified detail message.

Constructors

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

Parameters:
s - the detail message.
 o UnsupportedCommOperationException
 public UnsupportedCommOperationException()
Constructs an UnsupportedCommOperationException with no detail message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index