Liferay 6.1.2-ce-ga3

com.liferay.portal.jsonwebservice
Class JSONRPCResponse.Error

java.lang.Object
  extended by com.liferay.portal.jsonwebservice.JSONRPCResponse.Error
Enclosing class:
JSONRPCResponse

public class JSONRPCResponse.Error
extends Object


Constructor Summary
JSONRPCResponse.Error(int code, String message)
           
 
Method Summary
 int getCode()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONRPCResponse.Error

public JSONRPCResponse.Error(int code,
                             String message)
Method Detail

getCode

public int getCode()

getMessage

public String getMessage()

Liferay 6.1.2-ce-ga3