Uses of Enum Class
org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions.ClientError
Packages that use ClientError
Package
Description
-
Uses of ClientError in org.hippoecm.hst.pagecomposer.jaxrs.model
Methods in org.hippoecm.hst.pagecomposer.jaxrs.model that return ClientErrorMethods in org.hippoecm.hst.pagecomposer.jaxrs.model with parameters of type ClientErrorModifier and TypeMethodDescriptionstatic 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 ClientErrorModifierConstructorDescriptionErrorStatus
(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 ClientErrorModifier and TypeMethodDescriptionClientException.getError()
static ClientError
Returns the enum constant of this class with the specified name.static ClientError[]
ClientError.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions with parameters of type ClientErrorModifierConstructorDescriptionClientException
(String message, ClientError error) ClientException
(String message, ClientError error, Map<?, ?> parameterMap)