public enum AgentFailure extends java.lang.Enum<AgentFailure>
Modifier and Type | Method and Description |
---|---|
boolean |
isAsync() |
void |
throwException(ApplicationContext ctx) |
void |
throwRuntimeError(ApplicationContext ctx) |
static AgentFailure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentFailure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentFailure EXCEPTION_IN_SYNC_EXECUTION
public static final AgentFailure EXCEPTION_IN_ASYNC_EXECUTION
public static final AgentFailure EXCEPTION_IN_EXECUTION_FOR_RESPONSE
public static final AgentFailure EXCEPTION_IN_FINAL_EXECUTION_ON_SERVER
public static final AgentFailure EXCEPTION_IN_FINAL_EXECUTION_ON_CLIENT
public static final AgentFailure EXCEPTION_IN_INITIAL_EXECUTION_ON_SERVER
public static final AgentFailure EXCEPTION_IN_INITIAL_EXECUTION_ON_CLIENT
public static final AgentFailure RUNTIME_ERROR_IN_SYNC_EXECUTION
public static final AgentFailure RUNTIME_ERROR_IN_ASYNC_EXECUTION
public static final AgentFailure RUNTIME_ERROR_IN_EXECUTION_FOR_RESPONSE
public static final AgentFailure RUNTIME_ERROR_IN_RESPONSE_POSTPROCESSING
public static final AgentFailure RUNTIME_ERROR_IN_MESSAGE_POSTPROCESSING
public static AgentFailure[] values()
for (AgentFailure c : AgentFailure.values()) System.out.println(c);
public static AgentFailure valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic void throwException(ApplicationContext ctx) throws java.lang.Exception
java.lang.Exception
public void throwRuntimeError(ApplicationContext ctx) throws java.lang.RuntimeException
java.lang.RuntimeException
public boolean isAsync()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.