public class RestfulObjectsApplicationException extends RuntimeException implements HasHttpStatusCode
| Modifier and Type | Method and Description |
|---|---|
static RestfulObjectsApplicationException |
create(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode) |
static RestfulObjectsApplicationException |
createWithBody(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode,
org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation body,
String message,
Object... args) |
static RestfulObjectsApplicationException |
createWithCause(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode,
Exception cause) |
static RestfulObjectsApplicationException |
createWithCauseAndMessage(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode,
Exception cause,
String message,
Object... args) |
static RestfulObjectsApplicationException |
createWithMessage(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode,
String message,
Object... args) |
org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation |
getBody() |
org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode |
getHttpStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final RestfulObjectsApplicationException create(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode)
public static RestfulObjectsApplicationException createWithMessage(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode, String message, Object... args)
public static RestfulObjectsApplicationException createWithCause(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode, Exception cause)
public static RestfulObjectsApplicationException createWithCauseAndMessage(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode, Exception cause, String message, Object... args)
public static RestfulObjectsApplicationException createWithBody(org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode httpStatusCode, org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation body, String message, Object... args)
public org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode getHttpStatusCode()
getHttpStatusCode in interface HasHttpStatusCodepublic org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation getBody()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.