public class FaultImpl
extends Object
implements com.liferay.portal.kernel.xmlrpc.Fault
Constructor and Description |
---|
FaultImpl(int code,
String description) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getDescription() |
String |
toString() |
String |
toXml() |
public int getCode()
getCode
in interface com.liferay.portal.kernel.xmlrpc.Fault
public String getDescription()
getDescription
in interface com.liferay.portal.kernel.xmlrpc.Response
public String toString()
toString
in class Object
public String toXml() throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
toXml
in interface com.liferay.portal.kernel.xmlrpc.Response
com.liferay.portal.kernel.xmlrpc.XmlRpcException