Class AccessDeniedException

All Implemented Interfaces:
Serializable

public class AccessDeniedException extends UnresolvableUriException
This exception is thrown, if the user is not permitted to access the target of the given URI.
See Also:
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException(URI uri, ContentTreeNode fallbackNode)
  • Method Details