org.garret.consus
Class MergeConflictException

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

public class MergeConflictException
extends java.sql.SQLException

Exception thrown by the checkOutTable method when a merge conflict is detected.

See Also:
Serialized Form

Field Summary
 java.lang.Object key
           
 
Constructor Summary
MergeConflictException(java.lang.Object obj)
          Construct exception for the object with the specified key
 
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
 

Field Detail

key

public java.lang.Object key
Constructor Detail

MergeConflictException

public MergeConflictException(java.lang.Object obj)
Construct exception for the object with the specified key

Parameters:
obj - key of the object which cause merge conflict. The key is either the primary key of the object or the reference to the object.