dekoh.portal.fwk.persistence
Class DigitalObjectNotInShareException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dekoh.portal.fwk.persistence.AccessDeniedException
dekoh.portal.fwk.persistence.DigitalObjectNotInShareException
- All Implemented Interfaces:
- Serializable
public class DigitalObjectNotInShareException
- extends AccessDeniedException
This Exception is thrown when a digital object is looked up in a share, while that digital object is not part of the
accessed share. The digital object's id which did not exist in the share can be gotten by calling DigitalObjectNotInShareException.getDioId()
- Since:
- Nov 3, 2006
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DigitalObjectNotInShareException
public DigitalObjectNotInShareException(int dioId,
Share share)
getDioId
public int getDioId()
- Returns:
- id of the digital Object that is not shared.
© 2009 Pramati Technologies - Dekoh - Portal for Developers