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.
Standard exception constructor.
AccessException (String *message = String::nullString (), Exception *cause = NULL) : Exception (message, cause)