public final class AgentError
extends java.lang.Error
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentError.AgentErrorCode |
| Modifier and Type | Method and Description |
|---|---|
static AgentError |
create(AgentError.AgentErrorCode code,
java.lang.Object... args) |
static AgentError |
create(AgentError.AgentErrorCode code,
java.lang.Throwable t,
java.lang.Object... args) |
AgentError.AgentErrorCode |
getCode() |
java.lang.Object |
getResponse() |
void |
setResponse(java.lang.Object response) |
public static AgentError create(AgentError.AgentErrorCode code, java.lang.Object... args)
public static AgentError create(AgentError.AgentErrorCode code, java.lang.Throwable t, java.lang.Object... args)
public AgentError.AgentErrorCode getCode()
public java.lang.Object getResponse()
public void setResponse(java.lang.Object response)
response - the response to set