Dekoh platform API

dekoh.portal.fwk.persistence
Class DIOEntityExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DIOEntityExistsException(String message)
           
DIOEntityExistsException(String message, Throwable cause)
           
DIOEntityExistsException(Throwable cause)
           
 
Method Summary
 
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

DIOEntityExistsException

public DIOEntityExistsException(String message)

DIOEntityExistsException

public DIOEntityExistsException(Throwable cause)

DIOEntityExistsException

public DIOEntityExistsException(String message,
                                Throwable cause)

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers