33#ifndef BESForbiddenError_h_
34#define BESForbiddenError_h_ 1
44 :
BESError( std::move(s), BES_FORBIDDEN_ERROR, std::move(file), line ) {}
48 void dump( std::ostream &strm )
const override
50 strm <<
"BESForbiddenError::dump - (" << (
void *)
this <<
")" << std::endl ;
53 BESIndent::UnIndent() ;
Base exception class for the BES with basic string message.
void dump(std::ostream &strm) const override
Displays debug information about this object.
error thrown if the BES is not allowed to access the resource requested
void dump(std::ostream &strm) const override
Displays debug information about this object.