BadMessageException

<p> Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated. Typically these are handled with either 400 or 500 responses. </p>

Constructors

this
this()
Undocumented in source.
this
this(int code)
Undocumented in source.
this
this(string reason)
Undocumented in source.
this
this(int code, string reason)
Undocumented in source.
this
this(string reason, Exception cause)
Undocumented in source.
this
this(int code, string reason, Exception cause)
Undocumented in source.

Members

Functions

getCode
int getCode()
Undocumented in source. Be warned that the author may not have intended to support it.
getReason
string getReason()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_code
int _code;
Undocumented in source.
_reason
string _reason;
Undocumented in source.

Meta