org.tranql.connector
Class NotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byorg.tranql.connector.NotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class NotSupportedException
extends java.sql.SQLException

Version:
$Revision: 1.2 $ $Date: 2004/05/02 19:07:30 $
See Also:
Serialized Form

Constructor Summary
NotSupportedException(java.lang.String reason)
           
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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

NotSupportedException

public NotSupportedException(java.lang.String reason)


Copyright © -2005 The Codehaus. All Rights Reserved.