info.magnolia.cms.security
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by javax.jcr.AccessDeniedException
                  extended by info.magnolia.cms.security.AccessDeniedException
All Implemented Interfaces:
Serializable

public class AccessDeniedException
extends javax.jcr.AccessDeniedException

Magnolia's counterpart to AccessDeniedException.

Version:
2.01
Author:
Sameer Charles
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.jcr.RepositoryException
rootCause
 
Constructor Summary
AccessDeniedException()
           
AccessDeniedException(Exception root)
           
AccessDeniedException(String message)
           
AccessDeniedException(String message, Exception cause)
           
 
Method Summary
 
Methods inherited from class javax.jcr.RepositoryException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDeniedException

public AccessDeniedException()

AccessDeniedException

public AccessDeniedException(String message)

AccessDeniedException

public AccessDeniedException(String message,
                             Exception cause)

AccessDeniedException

public AccessDeniedException(Exception root)


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.