uk.nominet.catnap.exception
Class CatnapMissingSnapshotException

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

public class CatnapMissingSnapshotException
extends java.lang.RuntimeException

Exception thrown if no snapshot for updated object

See Also:
Serialized Form

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

CatnapMissingSnapshotException

public CatnapMissingSnapshotException()
Serialisation constructor


CatnapMissingSnapshotException

public CatnapMissingSnapshotException(java.lang.String entityName,
                                      java.lang.String primaryKeyValues)