class AccessException
MyCpp::Referenced
MyCpp::Object
MyCpp::Exception
ExceptionBase
MyCpp::AccessException

An abstract access exception.

This exception is excpected to be used in situations when the caller does not have enogh rights or is not permitted to perform a certain call.

Methods
AccessException (String *message = String::nullString (), Exception *cause = NULL) : Exception (message, cause)
Standard exception constructor.
AccessException

Standard exception constructor.

AccessException (String *message = String::nullString (),
                 Exception *cause = NULL)
    : Exception (message, cause)