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