10Duke Enterprise C++ Client
|
#include <ClientError.h>
4xx-series, base class for many 4xx-exceptions.
Also used standalone for common catch-all 4xx-statuscodes.
Public Member Functions | |
ClientError (int httpStatusCode, const std::string &message) | |
Constructs new instance. | |
Public Member Functions inherited from tenduke::http::HTTPResponseException | |
HTTPResponseException (int httpStatusCode, const std::string &message) | |
Constructs new instance. | |
int | getStatusCode () const |
Returns the HTTP status code. | |
Public Member Functions inherited from tenduke::http::HTTPException | |
HTTPException (const std::string &message) | |
Constructs new instance. | |
Public Member Functions inherited from tenduke::net::NetworkingException | |
NetworkingException (const std::string &message) | |
Constructs new instance. | |
Public Member Functions inherited from tenduke::TendukeException | |
TendukeException (const std::string &message) | |
Constructs new instance. | |
|
inline |
Constructs new instance.
httpStatusCode | - |
message | - |