Uses of Class
org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions.ClientError
-
Packages that use ClientError Package Description org.hippoecm.hst.pagecomposer.jaxrs.model org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions -
-
Uses of ClientError in org.hippoecm.hst.pagecomposer.jaxrs.model
Methods in org.hippoecm.hst.pagecomposer.jaxrs.model that return ClientError Modifier and Type Method Description ClientError
ErrorStatus. getError()
Methods in org.hippoecm.hst.pagecomposer.jaxrs.model with parameters of type ClientError Modifier and Type Method Description static ErrorStatus
ErrorStatus. from(ClientError errorCode)
static ErrorStatus
ErrorStatus. from(ClientError errorCode, String paramName, Object paramValue)
static ErrorStatus
ErrorStatus. from(ClientError errorCode, Map<?,?> parameterMap)
Constructors in org.hippoecm.hst.pagecomposer.jaxrs.model with parameters of type ClientError Constructor Description ErrorStatus(ClientError error)
ErrorStatus(ClientError errorCode, Map<?,?> parameterMap)
-
Uses of ClientError in org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions
Methods in org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions that return ClientError Modifier and Type Method Description ClientError
ClientException. getError()
static ClientError
ClientError. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientError[]
ClientError. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions with parameters of type ClientError Constructor Description ClientException(String message, ClientError error)
ClientException(String message, ClientError error, Map<?,?> parameterMap)
-