2 * File: AccessForbiddenException.h
3 * Author: Petr Kubiznak
6 #ifndef _ACCESSFORBIDDENEXCEPTION_H
7 #define _ACCESSFORBIDDENEXCEPTION_H
9 #include "GeneralException.h"
13 class AccessForbiddenException
: public GeneralException
{
15 AccessForbiddenException(string desc
= "");
16 ~AccessForbiddenException();
21 #endif /* _ACCESSFORBIDDENEXCEPTION_H */