org.openware.job.data
Class DataIntegrityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.openware.job.data.PersistException
                    |
                    +--org.openware.job.data.DataIntegrityException
All Implemented Interfaces:
java.io.Serializable

public class DataIntegrityException
extends PersistException

Exception thrown when the object version number of a TableRow instance in memory differs from the comparable row's object version number in the database.

Version:
$Revision: 1.2 $ $Date: 2001/07/13 01:36:11 $
Author:
Vincent Sheffer
See Also:
Serialized Form

Constructor Summary
DataIntegrityException()
           
DataIntegrityException(java.lang.String msg)
           
 
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

DataIntegrityException

public DataIntegrityException()

DataIntegrityException

public DataIntegrityException(java.lang.String msg)


Copyright © 2000,2001 Openware. All Rights Reserved.