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

public class OntopiaRestException extends RuntimeException
See Also:
  • Constructor Details

    • OntopiaRestException

      public OntopiaRestException(OntopiaRestErrors error, Object... parameters)
    • OntopiaRestException

      public OntopiaRestException(OntopiaRestErrors error, Throwable cause, Object... parameters)
    • OntopiaRestException

      public OntopiaRestException(org.restlet.data.Status status)
    • OntopiaRestException

      public OntopiaRestException(org.restlet.data.Status status, String description)
    • OntopiaRestException

      public OntopiaRestException(org.restlet.data.Status status, String description, Throwable cause)
    • OntopiaRestException

      public OntopiaRestException(org.restlet.data.Status status, Throwable cause)
  • Method Details

    • getStatus

      public org.restlet.data.Status getStatus()
    • getOntopiaCode

      public int getOntopiaCode()