Packages » Package util » Class AccessDeniedException

Class AccessDeniedException

Declaration:
<? class AccessDeniedException extends Exception ?>

Description:
This is a general-purpose "Access Denied" exception. It can be used to convey a reason code and message and the object access to which was denied

Parent Classes:
Exception

Authors:
  • Dennis Popel

Methods:
  • __construct()
    Construct an AccessDeniedException with the given reason message, code and object
  • getObject()
    Get the object access to which caused this exception
  • getReasonCode()
    Get the reason error code
  • getReasonMessage()
    Get the reason message