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