Object Translator

com.informix.ormapper
Class ChangeDetectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--com.informix.ormapper.DatabaseException
                          |
                          +--com.informix.ormapper.ChangeDetectedException

public class ChangeDetectedException
extends DatabaseException

This is the sub Object Translator exception that will be thrown when data has been changed in the database since it was last retrieved.

See Also:
Serialized Form

Constructor Summary
ChangeDetectedException()
           
ChangeDetectedException(com.informix.ormapper.OResourceBundle res)
           
ChangeDetectedException(com.informix.ormapper.OResourceBundle res, java.lang.Throwable e)
           
ChangeDetectedException(java.sql.SQLException e)
           
ChangeDetectedException(java.lang.String message)
           
ChangeDetectedException(java.lang.String message, java.lang.Throwable e)
           
ChangeDetectedException(java.lang.Throwable e)
           
 
Methods inherited from class com.informix.ormapper.DatabaseException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeDetectedException

public ChangeDetectedException()

ChangeDetectedException

public ChangeDetectedException(java.lang.Throwable e)

ChangeDetectedException

public ChangeDetectedException(com.informix.ormapper.OResourceBundle res)

ChangeDetectedException

public ChangeDetectedException(com.informix.ormapper.OResourceBundle res,
                               java.lang.Throwable e)

ChangeDetectedException

public ChangeDetectedException(java.lang.String message)

ChangeDetectedException

public ChangeDetectedException(java.lang.String message,
                               java.lang.Throwable e)

ChangeDetectedException

public ChangeDetectedException(java.sql.SQLException e)

Object Translator

Copyright © 1999-2000 Informix Software, Inc.