33#ifndef BESTimeoutError_h_
34#define BESTimeoutError_h_ 1
45 :
BESError( std::move(s), BES_TIMEOUT_ERROR, std::move(file), line ) { }
49 void dump( std::ostream &strm )
const override
51 strm <<
"BESTimeoutError::dump - (" << (
void *)
this <<
")" << std::endl ;
54 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 there is a user syntax error in the request or any other user error
void dump(std::ostream &strm) const override
Displays debug information about this object.