dekoh.portal.fwk.persistence
Class DigitalObjectNotInCollectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dekoh.portal.fwk.persistence.AccessDeniedException
dekoh.portal.fwk.persistence.DigitalObjectNotInCollectionException
- All Implemented Interfaces:
- Serializable
public class DigitalObjectNotInCollectionException
- extends AccessDeniedException
This Exception is thrown when DioCollection.getDigitalObject(int) is invoked and the collection does not
contain a digital object with given id.
The digital object's id which did not exist in the collection can be gotten by calling DigitalObjectNotInCollectionException.getDioId()
- Since:
- Nov 23, 2006
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DigitalObjectNotInCollectionException
public DigitalObjectNotInCollectionException(int dioId,
DioCollection collection)
getDioId
public int getDioId()
- Returns:
- Id that is not part of the collection.
© 2009 Pramati Technologies - Dekoh - Portal for Developers