net.sourceforge.pebble.webservice
Class XmlRpcAuthenticationException

java.lang.Object
  extended by XmlRpcException
      extended by net.sourceforge.pebble.webservice.XmlRpcAuthenticationException

public class XmlRpcAuthenticationException
extends XmlRpcException

An exception used to represent authentication problems with XML-RPC.

Author:
Simon Brown

Constructor Summary
XmlRpcAuthenticationException(java.lang.String message)
          Creates a new instance with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcAuthenticationException

public XmlRpcAuthenticationException(java.lang.String message)
Creates a new instance with the specified message.

Parameters:
message - the message


Copyright © 2003-2006, Simon Brown. All Rights Reserved.