Magentix2
2.1.1
|
Public Member Functions | |
MySQLException (String message) |
This class represents the exception that is launched when occurs a MySQL error.
Definition at line 13 of file MySQLException.java.
es.upv.dsic.gti_ia.organization.exception.MySQLException.MySQLException | ( | String | message | ) |
Creates a new MySQLException using the specified message.
message |
Definition at line 33 of file MySQLException.java.
{ super(message); this.content = message; }