java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.mysql.jdbc.NotUpdatable
- All Implemented Interfaces:
- java.io.Serializable
- public class NotUpdatable
- extends java.sql.SQLException
Thrown when a result sate is not updatable
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
|
Constructor Summary |
NotUpdatable()
Creates a new NotUpdatable exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NOT_UPDATEABLE_MESSAGE
public static final java.lang.String NOT_UPDATEABLE_MESSAGE
- The message to use when result set is not updatable.
The same message is used in the warnings generated by
Updatabale result set.
- See Also:
- Constant Field Values
NotUpdatable
public NotUpdatable()
- Creates a new NotUpdatable exception.