Package | Description |
---|---|
net.ontopia.topicmaps.rest.exceptions |
Modifier and Type | Method and Description |
---|---|
static OntopiaRestErrors |
OntopiaRestErrors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntopiaRestErrors[] |
OntopiaRestErrors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OntopiaClientException(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) |