Daisy Open Source CMS

org.outerj.daisy.repository
Class DocumentReadDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.outerj.daisy.repository.RepositoryException
              extended by org.outerj.daisy.repository.AccessException
                  extended by org.outerj.daisy.repository.DocumentReadDeniedException
All Implemented Interfaces:
Serializable

public class DocumentReadDeniedException
extends AccessException

See Also:
Serialized Form

Constructor Summary
DocumentReadDeniedException(Map params)
           
DocumentReadDeniedException(String documentId, String userLogin, long userId)
           
 
Method Summary
 
Methods inherited from class org.outerj.daisy.repository.AccessException
getMessage, getState
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentReadDeniedException

public DocumentReadDeniedException(String documentId,
                                   String userLogin,
                                   long userId)

DocumentReadDeniedException

public DocumentReadDeniedException(Map params)

Daisy Open Source CMS