Uses of Enum Class
net.ontopia.topicmaps.rest.exceptions.OntopiaRestErrors
Packages that use OntopiaRestErrors
-
Uses of OntopiaRestErrors in net.ontopia.topicmaps.rest.exceptions
Methods in net.ontopia.topicmaps.rest.exceptions that return OntopiaRestErrorsModifier and TypeMethodDescriptionstatic OntopiaRestErrorsReturns the enum constant of this class with the specified name.static OntopiaRestErrors[]OntopiaRestErrors.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.ontopia.topicmaps.rest.exceptions with parameters of type OntopiaRestErrorsModifierConstructorDescriptionOntopiaClientException(OntopiaRestErrors error, Object... parameters) OntopiaClientException(OntopiaRestErrors error, Throwable cause, Object... parameters) OntopiaRestException(OntopiaRestErrors error, Object... parameters) OntopiaRestException(OntopiaRestErrors error, Throwable cause, Object... parameters) OntopiaServerException(OntopiaRestErrors error, Object... parameters) OntopiaServerException(OntopiaRestErrors error, Throwable cause, Object... parameters)