superwaba.ext.xplat.webservice
Class XmlRpcException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--superwaba.ext.xplat.webservice.XmlRpcException

public class XmlRpcException
extends java.lang.Exception

Used to alert user of xml-rpc errors

See Also:
Serialized Form

Constructor Summary
XmlRpcException()
           
XmlRpcException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlRpcException

public XmlRpcException()

XmlRpcException

public XmlRpcException(java.lang.String msg)