com.nimkathana.swx.xmlrpc
Class XmlRpcException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.nimkathana.swx.xmlrpc.XmlRpcException
All Implemented Interfaces:
java.io.Serializable

public class XmlRpcException
extends java.lang.Exception

Used to alert user of xml-rpc errors

Version:
April 2004
Author:
Maintained by Nimkathana (www.nimkathana.com), Original by IOP GmbH (www.iop.de)
See Also:
Serialized Form

Constructor Summary
XmlRpcException()
           
XmlRpcException(java.lang.String msg)
           
 
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

XmlRpcException

public XmlRpcException()

XmlRpcException

public XmlRpcException(java.lang.String msg)


Copyright © 2004 Nimkathana Corp. All Rights Reserved.