Package | Description |
---|---|
org.hippoecm.hst.pagecomposer.jaxrs.model | |
org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions |
Modifier and Type | Method and Description |
---|---|
static ErrorStatus |
ErrorStatus.from(ClientError errorCode) |
static ErrorStatus |
ErrorStatus.from(ClientError errorCode,
Map<?,?> parameterMap) |
static ErrorStatus |
ErrorStatus.from(ClientError errorCode,
String paramName,
Object paramValue) |
static ErrorStatus |
ErrorStatus.unknown(String message)
Create an
ClientError.UNKNOWN error status that contains an error message in the parameter 'errorReason' |
Modifier and Type | Method and Description |
---|---|
ErrorStatus |
ClientException.getErrorStatus() |
Constructor and Description |
---|
ClientException(String message,
ErrorStatus errorStatus) |
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.