dekoh.portal.fwk.persistence
Class DIOEntityExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dekoh.portal.fwk.persistence.DIOEntityExistsException
- All Implemented Interfaces:
- Serializable
public class DIOEntityExistsException
- extends Exception
Thrown by DIOEntityManager.persist(Object) when trying to persist a DigitalObject but
another with the same identity already exists.
- Since:
- Sep 29, 2006
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DIOEntityExistsException
public DIOEntityExistsException(String message)
DIOEntityExistsException
public DIOEntityExistsException(Throwable cause)
DIOEntityExistsException
public DIOEntityExistsException(String message,
Throwable cause)
© 2009 Pramati Technologies - Dekoh - Portal for Developers