org.dasein.persist
Class DataIntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dasein.persist.PersistenceException
org.dasein.persist.DataIntegrityException
- All Implemented Interfaces:
- Serializable
public class DataIntegrityException
- extends PersistenceException
Thrown when some database request would result in violating integrity constraints.
For example, an application that uses a last modified date to manage concurrent
data management might throw this exception if the timestamp has been altered.
Last modified: $Date: 2005/08/15 16:15:59 $
- Version:
- $Revision: 1.3 $
- Author:
- George Reese
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataIntegrityException
public DataIntegrityException()
- Constructs a new exception without explanation.
DataIntegrityException
public DataIntegrityException(String msg)
- Constructs a new exception with the specified error message.
- Parameters:
msg - a message indicating what happened.
Copyright © 2011 enStratus Networks LLC. All Rights Reserved.