uk.nominet.catnap.exception
Class CatnapSnapshotLockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byuk.nominet.catnap.exception.CatnapSnapshotLockException
All Implemented Interfaces:
java.io.Serializable

public class CatnapSnapshotLockException
extends java.lang.RuntimeException

Thrown when an optimistic lock violation occurs.

See Also:
Serialized Form

Constructor Summary
CatnapSnapshotLockException()
          Serialisation constructor
CatnapSnapshotLockException(java.lang.String entityName, java.lang.String pkValues)
           
 
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
 

Constructor Detail

CatnapSnapshotLockException

public CatnapSnapshotLockException()
Serialisation constructor


CatnapSnapshotLockException

public CatnapSnapshotLockException(java.lang.String entityName,
                                   java.lang.String pkValues)