#include <CarobException.hpp>
Inheritance diagram for CarobNS::ConnectionException:
Public Member Functions | |
ConnectionException (const std::wstring &messagePrm, const std::wstring &SQLStatePrm=DEFAULTSQLSTATE, CarobException *causePrm=0, int vendorPrm=DEFAULTVENDORCODE) | |
Constructs a ConnectionException. |
Send when connecting to a controller
CarobNS::ConnectionException::ConnectionException | ( | const std::wstring & | messagePrm, | |
const std::wstring & | SQLStatePrm = DEFAULTSQLSTATE , |
|||
CarobException * | causePrm = 0 , |
|||
int | vendorPrm = DEFAULTVENDORCODE | |||
) | [inline] |
Constructs a ConnectionException.
messagePrm | the detailed user-friendly message | |
SQLStatePrm | the SQL2 standard error code. | |
causePrm | the exception that generated this one, if any. | |
vendorPrm | the (deprecated) SQL1 error code |