MySQLException

A {@link RuntimeException} signals that an error occurred.

Constructors

this
this(string message, int errorCode, string sqlState)
Undocumented in source.

Members

Functions

getErrorCode
int getErrorCode()

Get the error code in the error message sent from MySQL server.

getMessage
string getMessage()

Get the error message in the error message sent from MySQL server.

getSqlState
string getSqlState()

Get the SQL state in the error message sent from MySQL server.

Inherited Members

From DatabaseException

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Meta