org.garret.consus
Class ConsusNotInUpdateModeError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.garret.consus.ConsusNotInUpdateModeError
All Implemented Interfaces:
java.io.Serializable

public class ConsusNotInUpdateModeError
extends java.sql.SQLException

Exception thrown when the cursor opened, uses a select statement without "for update" clause for an update, insert or delete operation

See Also:
Serialized Form

Constructor Summary
ConsusNotInUpdateModeError()
          Default constructor
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsusNotInUpdateModeError

public ConsusNotInUpdateModeError()
Default constructor