comm
Class UnsupportedCommOperationException

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

public class UnsupportedCommOperationException
extends java.lang.Exception

This exception is thrown when the specified operation is not supported or permitted by the driver.

Version:
2.0.3
Author:
Chris Burdess
See Also:
Serialized Form

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

Constructor Detail

UnsupportedCommOperationException

public UnsupportedCommOperationException()
Constructor with no detail message.


UnsupportedCommOperationException

public UnsupportedCommOperationException(java.lang.String message)
Constructor with the specified detail message.

Parameters:
messge - the detail message