public class OntopiaRestException extends RuntimeException
Constructor and Description |
---|
OntopiaRestException(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) |
Modifier and Type | Method and Description |
---|---|
int |
getOntopiaCode() |
org.restlet.data.Status |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OntopiaRestException(OntopiaRestErrors error, Object... parameters)
public OntopiaRestException(OntopiaRestErrors error, Throwable cause, Object... parameters)
public OntopiaRestException(org.restlet.data.Status status)
public OntopiaRestException(org.restlet.data.Status status, String description)
public OntopiaRestException(org.restlet.data.Status status, String description, Throwable cause)
public OntopiaRestException(org.restlet.data.Status status, Throwable cause)