33 #ifndef BESForbiddenError_h_
34 #define BESForbiddenError_h_ 1
52 virtual void dump( ostream &strm )
const
54 strm <<
"BESForbiddenError::dump - ("
55 << (
void *)
this <<
")" << endl ;
63 #endif // BESForbiddenError_h_
virtual void dump(ostream &strm) const
Displays debug information about this object.
#define BES_FORBIDDEN_ERROR
Abstract exception class for the BES with basic string message.
virtual void dump(ostream &strm) const
Displays debug information about this object.
error thrown if the BES is not allowed to access the resource requested
BESForbiddenError(const string &s, const string &file, unsigned int line)
virtual ~BESForbiddenError()