|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.firebirdsql.jdbc.FBSQLException
org.firebirdsql.jdbc.FBDriverNotCapableException
public class FBDriverNotCapableException
Tell that driver is not able to serve the request due to missing capabilities.
Field Summary | |
---|---|
static java.lang.String |
SQL_STATE_DRIVER_NOT_CAPABLE
|
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 |
---|
public static final java.lang.String SQL_STATE_DRIVER_NOT_CAPABLE
Constructor Detail |
---|
public FBDriverNotCapableException(java.lang.String reason)
reason
- reason that will be displayed.public FBDriverNotCapableException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |