com.flat502.rox.marshal.xmlrpc
Class XmlRpcFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.flat502.rox.processing.RpcFaultException
                  extended by com.flat502.rox.marshal.xmlrpc.XmlRpcFaultException
All Implemented Interfaces:
java.io.Serializable

public class XmlRpcFaultException
extends RpcFaultException

See Also:
Serialized Form

Constructor Summary
XmlRpcFaultException(int faultCode, java.lang.String faultString)
           
XmlRpcFaultException(int faultCode, java.lang.Throwable cause)
           
XmlRpcFaultException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.flat502.rox.processing.RpcFaultException
getFaultCode, getFaultString, toFault
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlRpcFaultException

public XmlRpcFaultException(int faultCode,
                            java.lang.Throwable cause)

XmlRpcFaultException

public XmlRpcFaultException(int faultCode,
                            java.lang.String faultString)

XmlRpcFaultException

public XmlRpcFaultException(java.lang.Throwable cause)