public class ClientError
extends java.lang.RuntimeException
Modifier | Constructor and Description |
---|---|
|
ClientError(Errors errors) |
protected |
ClientError(java.lang.Throwable cause,
Errors errors) |
Modifier and Type | Method and Description |
---|---|
static ClientError |
fromErrors(Errors errors) |
Errors |
getErrors() |
public ClientError(Errors errors)
protected ClientError(java.lang.Throwable cause, Errors errors)
public static ClientError fromErrors(Errors errors)
public Errors getErrors()