Liferay 6.2.0

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
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

Error

public Error(int code,
             String message)
Method Detail

getCode

public int getCode()

getMessage

public String getMessage()

Liferay 6.2.0