|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RPCErrorCode | |
---|---|
org.apache.struts2.json.rpc |
Uses of RPCErrorCode in org.apache.struts2.json.rpc |
---|
Methods in org.apache.struts2.json.rpc that return RPCErrorCode | |
---|---|
static RPCErrorCode |
RPCErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RPCErrorCode[] |
RPCErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.struts2.json.rpc with parameters of type RPCErrorCode | |
---|---|
RPCError(String message,
RPCErrorCode code)
|
|
RPCError(Throwable t,
RPCErrorCode code,
boolean debug)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |