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