public class ClientException extends RuntimeException
Modifier | Constructor and Description |
---|---|
|
ClientException(String message,
ClientError error) |
|
ClientException(String message,
ClientError error,
Map<?,?> parameterMap) |
protected |
ClientException(String message,
ErrorStatus errorStatus) |
Modifier and Type | Method and Description |
---|---|
ClientError |
getError() |
ErrorStatus |
getErrorStatus() |
Map<?,?> |
getParameterMap() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientException(String message, ClientError error, Map<?,?> parameterMap)
protected ClientException(String message, ErrorStatus errorStatus)
public ClientException(String message, ClientError error)
public ClientError getError()
public Map<?,?> getParameterMap()
public ErrorStatus getErrorStatus()
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.