|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.xmlrpc.FaultImpl
public class FaultImpl
Constructor Summary | |
---|---|
FaultImpl(int code,
java.lang.String description)
|
Method Summary | |
---|---|
int |
getCode()
|
java.lang.String |
getDescription()
|
java.lang.String |
toString()
|
java.lang.String |
toXml()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FaultImpl(int code, java.lang.String description)
Method Detail |
---|
public int getCode()
getCode
in interface com.liferay.portal.kernel.xmlrpc.Fault
public java.lang.String getDescription()
getDescription
in interface com.liferay.portal.kernel.xmlrpc.Response
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toXml() throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
toXml
in interface com.liferay.portal.kernel.xmlrpc.Response
com.liferay.portal.kernel.xmlrpc.XmlRpcException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |