org.objectweb.cjdbc.common.exceptions
Class NotImplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byorg.objectweb.cjdbc.common.exceptions.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends java.sql.SQLException

This exception is thrown for all non implemented features in the C-JDBC driver.

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.sql.SQLException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NotImplementedException()
          Creates a new NotImplementedException instance.
NotImplementedException(java.lang.String callingMethod)
          Creates a new NotImplementedException instance.
NotImplementedException(java.lang.String reason, java.lang.String sqlState)
          Creates a new NotImplementedException instance.
NotImplementedException(java.lang.String reason, java.lang.String sqlState, int vendorCode)
          Creates a new NotImplementedException instance.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

NotImplementedException

public NotImplementedException(java.lang.String reason,
                               java.lang.String sqlState,
                               int vendorCode)
Creates a new NotImplementedException instance.

Parameters:
reason - the exception cause
sqlState - the SQL state
vendorCode - the vendor code

NotImplementedException

public NotImplementedException(java.lang.String reason,
                               java.lang.String sqlState)
Creates a new NotImplementedException instance.

Parameters:
reason - the exception cause
sqlState - the SQL state

NotImplementedException

public NotImplementedException(java.lang.String callingMethod)
Creates a new NotImplementedException instance.

Parameters:
callingMethod - the calling method that failed

NotImplementedException

public NotImplementedException()
Creates a new NotImplementedException instance.



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.