|
MySQL Connector/J size='-1'>5.0.8 | ||||||||||
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
com.mysql.jdbc.NotUpdatable
Thrown when a result sate is not updatable
Field Summary | |
static java.lang.String |
NOT_UPDATEABLE_MESSAGE
The message to use when result set is not updatable. |
Constructor Summary | |
NotUpdatable()
Creates a new NotUpdatable exception. |
|
NotUpdatable(java.lang.String reason)
Append the given reason to the not updatable message if the reason is not null. |
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 |
public static final java.lang.String NOT_UPDATEABLE_MESSAGE
Constructor Detail |
public NotUpdatable()
public NotUpdatable(java.lang.String reason)
|
MySQL Connector/J size='-1'>5.0.8 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |