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