Uses of Enum Class
org.apache.struts2.json.rpc.RPCErrorCode
Packages that use RPCErrorCode
-
Uses of RPCErrorCode in org.apache.struts2.json.rpc
Methods in org.apache.struts2.json.rpc that return RPCErrorCodeModifier and TypeMethodDescriptionstatic RPCErrorCode
Returns the enum constant of this class with the specified name.static RPCErrorCode[]
RPCErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.struts2.json.rpc with parameters of type RPCErrorCodeModifierConstructorDescriptionRPCError
(String message, RPCErrorCode code) RPCError
(Throwable t, RPCErrorCode code, boolean debug)