Uses of Class
org.apache.struts2.json.rpc.RPCErrorCode

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)
           
 



Copyright © 2000–2018 Apache Software Foundation. All rights reserved.