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