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