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