Class OntopiaClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.topicmaps.rest.exceptions.OntopiaRestException
net.ontopia.topicmaps.rest.exceptions.OntopiaClientException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOntopiaClientException(OntopiaRestErrors error, Object... parameters) OntopiaClientException(OntopiaRestErrors error, Throwable cause, Object... parameters) OntopiaClientException(org.restlet.data.Status status) OntopiaClientException(org.restlet.data.Status status, String description) OntopiaClientException(org.restlet.data.Status status, String description, Throwable cause) OntopiaClientException(org.restlet.data.Status status, Throwable cause) -
Method Summary
Methods inherited from class net.ontopia.topicmaps.rest.exceptions.OntopiaRestException
getOntopiaCode, getStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OntopiaClientException
-
OntopiaClientException
-
OntopiaClientException
public OntopiaClientException(org.restlet.data.Status status) -
OntopiaClientException
-
OntopiaClientException
-
OntopiaClientException
-