Magentix2
2.1.1
|
Public Member Functions | |
RoleInUseException (String message) |
This class represents the exception that is launched when the role is played by some agents.
Definition at line 13 of file RoleInUseException.java.
Creates a new RoleInUseException using the specified message.
message |
Definition at line 33 of file RoleInUseException.java.
{ super(message); this.content = message; }