org.apache.struts2.json.rpc
Class RPCError
java.lang.Object
org.apache.struts2.json.rpc.RPCError
public class RPCError
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPCError
public RPCError()
RPCError
public RPCError(String message,
int code)
RPCError
public RPCError(String message,
RPCErrorCode code)
RPCError
public RPCError(Throwable t,
int code,
boolean debug)
RPCError
public RPCError(Throwable t,
RPCErrorCode code,
boolean debug)
getCode
public int getCode()
setCode
public void setCode(int code)
getName
public String getName()
setName
public void setName(String name)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getStack
public String getStack()
setStack
public void setStack(String stack)
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.