#include <CarobException.hpp>
Inheritance diagram for CarobNS::DriverException:
Public Member Functions | |
DriverException (const std::wstring &messagePrm, const std::wstring &SQLStatePrm=DEFAULTSQLSTATE, CarobException *causePrm=0, int vendorPrm=DEFAULTVENDORCODE) | |
Constructs a DriverException with the given message. |
CarobNS::DriverException::DriverException | ( | const std::wstring & | messagePrm, | |
const std::wstring & | SQLStatePrm = DEFAULTSQLSTATE , |
|||
CarobException * | causePrm = 0 , |
|||
int | vendorPrm = DEFAULTVENDORCODE | |||
) | [inline] |
Constructs a DriverException with the given message.
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 |