static RestfulObjectsApplicationException |
RestfulObjectsApplicationException.create(org.apache.isis.viewer.restfulobjects.applib.RestfulResponse.HttpStatusCode httpStatusCode) |
static RestfulObjectsApplicationException |
RestfulObjectsApplicationException.createWithBody(org.apache.isis.viewer.restfulobjects.applib.RestfulResponse.HttpStatusCode httpStatusCode,
org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation body,
String message,
Object... args) |
static RestfulObjectsApplicationException |
RestfulObjectsApplicationException.createWithCause(org.apache.isis.viewer.restfulobjects.applib.RestfulResponse.HttpStatusCode httpStatusCode,
Exception cause) |
static RestfulObjectsApplicationException |
RestfulObjectsApplicationException.createWithCauseAndMessage(org.apache.isis.viewer.restfulobjects.applib.RestfulResponse.HttpStatusCode httpStatusCode,
Exception cause,
String message,
Object... args) |
static RestfulObjectsApplicationException |
RestfulObjectsApplicationException.createWithMessage(org.apache.isis.viewer.restfulobjects.applib.RestfulResponse.HttpStatusCode httpStatusCode,
String message,
Object... args) |