Dekoh platform API

dekoh.portal.fwk.persistence
Class AccessDeniedException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotAccessCommentException, DigitalObjectNotInCollectionException, DigitalObjectNotInShareException, DisabledShareAccessedException

public class AccessDeniedException
extends RuntimeException

Since:
Nov 3, 2006
See Also:
Serialized Form

Constructor Summary
AccessDeniedException(String message)
           
 
Method Summary
static CannotAccessCommentException newCannotAccessCommentException()
           
static AccessDeniedException newCannotAccessDisabledShareException(Share share)
           
static AccessDeniedException newCannotAccessShareException(Share share, Buddy buddy)
           
static AccessDeniedException newCannotChangeMasterPasswordPolicy()
           
static AccessDeniedException newLoginRequiredToAccessSharesFeedException(String uri)
           
 
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

AccessDeniedException

public AccessDeniedException(String message)
Method Detail

newCannotAccessShareException

public static AccessDeniedException newCannotAccessShareException(Share share,
                                                                  Buddy buddy)

newCannotAccessCommentException

public static CannotAccessCommentException newCannotAccessCommentException()

newLoginRequiredToAccessSharesFeedException

public static AccessDeniedException newLoginRequiredToAccessSharesFeedException(String uri)

newCannotChangeMasterPasswordPolicy

public static AccessDeniedException newCannotChangeMasterPasswordPolicy()

newCannotAccessDisabledShareException

public static AccessDeniedException newCannotAccessDisabledShareException(Share share)

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers