gnu.io
Class UnsupportedCommOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygnu.io.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:
juangui TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCommOperationException

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


UnsupportedCommOperationException

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

Parameters:
str - - the detail message.