1.0.0

javax.comm
Class UnsupportedCommOperationException

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

public class UnsupportedCommOperationException
extends java.lang.Exception

Version:
1.0.0
See Also:
Serialized Form

Constructor Summary
UnsupportedCommOperationException()
          Constructs an instance of this class.
UnsupportedCommOperationException(java.lang.String str)
          Constructs an instance of this class from the specified str parameter.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCommOperationException

public UnsupportedCommOperationException()
Constructs an instance of this class.

See Also:
UnsupportedCommOperationException(String)

UnsupportedCommOperationException

public UnsupportedCommOperationException(java.lang.String str)
Constructs an instance of this class from the specified str parameter.

Parameters:
str - The str (String) parameter.
See Also:
UnsupportedCommOperationException()

1.0.0

Copyright (c) 1999, 2007 IBM