Magentix2
2.1.1
|
Public Member Functions | |
ExchangeUnbindException (String message) |
This class represents the exception that is launched when occurs an exchange unbind error.
Definition at line 13 of file ExchangeUnbindException.java.
es.upv.dsic.gti_ia.organization.exception.ExchangeUnbindException.ExchangeUnbindException | ( | String | message | ) |
Creates a new ExchangeUnbindException using the specified message.
message |
Definition at line 33 of file ExchangeUnbindException.java.
{ super(message); this.content = message; }