AccessError Class Reference
This indicates that a resource could not be accessed.
More...
#include <Pt/Db/Exception.h>
List of all members.
Detailed Description
An exception of class
AccessError is used to report failed access to a resource due to missing authorization, missing access rights or if a resource is in an otherwise inaccessible state. This class implements std::logic_error. Use the PT_SOURCEINFO macro to pass
SourceInfo to Exception.
TODO: rename AccessDenied