Dekoh platform API

dekoh.portal.fwk.persistence
Class DigitalObjectNotInShareException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dekoh.portal.fwk.persistence.AccessDeniedException
                  extended by 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

Constructor Summary
DigitalObjectNotInShareException(int dioId, Share share)
           
 
Method Summary
 int getDioId()
           
 
Methods inherited from class dekoh.portal.fwk.persistence.AccessDeniedException
newCannotAccessCommentException, newCannotAccessDisabledShareException, newCannotAccessShareException, newCannotChangeMasterPasswordPolicy, newLoginRequiredToAccessSharesFeedException
 
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

DigitalObjectNotInShareException

public DigitalObjectNotInShareException(int dioId,
                                        Share share)
Method Detail

getDioId

public int getDioId()
Returns:
id of the digital Object that is not shared.

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers