|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AgentError | |
|---|---|
| org.nhindirect.stagent | Security and trust agent interface and core messaging and routing structures. |
| Uses of AgentError in org.nhindirect.stagent |
|---|
| Methods in org.nhindirect.stagent that return AgentError | |
|---|---|
static AgentError |
AgentError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AgentError[] |
AgentError.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.nhindirect.stagent with parameters of type AgentError | |
|---|---|
AgentException(AgentError error)
|
|
AgentException(AgentError error,
java.lang.Exception innerException)
Constructs an exception with the agent error and the exception that caused the error. |
|
AgentException(AgentError error,
java.lang.String message)
Constructs an exception with a message and the agent error. |
|
AgentException(AgentError error,
java.lang.String message,
java.lang.Exception innerException)
Constructs an exception with the agent error, a message, and the exception that caused the error. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||