Enhydra 3.1 API

com.lutris.appserver.server.sql
Class DBRowUpdateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--com.lutris.appserver.server.sql.DBRowUpdateException

public synchronized class DBRowUpdateException
extends java.sql.SQLException

See Also:
Serialized Form

Constructor Summary
DBRowUpdateException(java.lang.String)
           
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBRowUpdateException

public DBRowUpdateException(java.lang.String)

Enhydra 3.1 API