Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions.ClientException
-
- All Implemented Interfaces:
Serializable
public class ClientException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ClientException(String message, ErrorStatus errorStatus)
ClientException(String message, ClientError error)
ClientException(String message, ClientError error, Map<?,?> parameterMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientError
getError()
ErrorStatus
getErrorStatus()
Map<?,?>
getParameterMap()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClientException
public ClientException(String message, ClientError error, Map<?,?> parameterMap)
-
ClientException
protected ClientException(String message, ErrorStatus errorStatus)
-
ClientException
public ClientException(String message, ClientError error)
-
-
Method Detail
-
getError
public ClientError getError()
-
getParameterMap
public Map<?,?> getParameterMap()
-
getErrorStatus
public ErrorStatus getErrorStatus()
-
-