Liferay 6.0.5

com.liferay.portal.xmlrpc
Class FaultImpl

java.lang.Object
  extended by com.liferay.portal.xmlrpc.FaultImpl
All Implemented Interfaces:
Fault, Response

public class FaultImpl
extends Object
implements Fault


Constructor Summary
FaultImpl(int code, String description)
           
 
Method Summary
 int getCode()
           
 String getDescription()
           
 String toString()
           
 String toXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FaultImpl

public FaultImpl(int code,
                 String description)
Method Detail

getCode

public int getCode()
Specified by:
getCode in interface Fault

getDescription

public String getDescription()
Specified by:
getDescription in interface Response

toString

public String toString()
Overrides:
toString in class Object

toXml

public String toXml()
             throws XmlRpcException
Specified by:
toXml in interface Response
Throws:
XmlRpcException

Liferay 6.0.5