org.apache.oodt.commons.util
Class XMLRPCFault
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.oodt.commons.util.XMLRPCFault
- All Implemented Interfaces:
- Serializable
public class XMLRPCFault
- extends Exception
XML-RPC fault.
This exception is thrown when a fault is returned from an XML-RPC call.
- Author:
- Kelly
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMLRPCFault
public XMLRPCFault(int code,
String string)
- Constructor.
- Parameters:
code - Fault code.string - Fault string.
getCode
public int getCode()
- Get the fault code.
- Returns:
- The fault code.
getString
public String getString()
- Get the fault string.
- Returns:
- The fault string.
Copyright © 1999-2012 Apache OODT. All Rights Reserved.