org.firebirdsql.jdbc
Class FBDriverNotCapableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.firebirdsql.jdbc.FBSQLException
                  extended by org.firebirdsql.jdbc.FBDriverNotCapableException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class FBDriverNotCapableException
extends FBSQLException

Tell that driver is not able to serve the request due to missing capabilities.

Author:
Roman Rokytskyy
See Also:
Serialized Form

Field Summary
static java.lang.String SQL_STATE_DRIVER_NOT_CAPABLE
           
 
Fields inherited from class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_COMM_LINK_FAILURE, SQL_STATE_CONNECTION_CLOSED, SQL_STATE_CONNECTION_FAILURE_IN_TX, SQL_STATE_GENERAL_ERROR, SQL_STATE_INVALID_ARG_VALUE, SQL_STATE_INVALID_COLUMN, SQL_STATE_INVALID_CONN_ATTR, SQL_STATE_INVALID_CONVERSION, SQL_STATE_INVALID_PARAM_TYPE, SQL_STATE_NO_RESULT_SET, SQL_STATE_NO_ROW_AVAIL, SQL_STATE_WRONG_PARAM_NUM
 
Constructor Summary
FBDriverNotCapableException()
          Create instance of this class.
FBDriverNotCapableException(java.lang.String reason)
          Create instance of this class for the specified reason.
 
Method Summary
 
Methods inherited from class org.firebirdsql.jdbc.FBSQLException
getErrorCode, getInternalException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.sql.SQLException
getNextException, getSQLState, iterator, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SQL_STATE_DRIVER_NOT_CAPABLE

public static final java.lang.String SQL_STATE_DRIVER_NOT_CAPABLE
See Also:
Constant Field Values
Constructor Detail

FBDriverNotCapableException

public FBDriverNotCapableException(java.lang.String reason)
Create instance of this class for the specified reason.

Parameters:
reason - reason that will be displayed.

FBDriverNotCapableException

public FBDriverNotCapableException()
Create instance of this class.



Copyright © 2001 David Jencks and other authors. All rights reserved.