Magentix2
2.1.1
|
Public Member Functions | |
AgentNotExistsException (String message) |
This class represents the exception that is launched when Agent not exists.
Definition at line 12 of file AgentNotExistsException.java.
es.upv.dsic.gti_ia.organization.exception.AgentNotExistsException.AgentNotExistsException | ( | String | message | ) |
Creates a new AgentNotExistsException using the specified message.
message |
Definition at line 32 of file AgentNotExistsException.java.
{ super(message); this.content = message; }