org.apache.xmlrpc.server
Class XmlRpcNoSuchHandlerException

java.lang.Object
  extended by XmlRpcException
      extended by org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException

public class XmlRpcNoSuchHandlerException
extends XmlRpcException

This exception is thrown, if an unknown handler is called.


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

Constructor Detail

XmlRpcNoSuchHandlerException

public XmlRpcNoSuchHandlerException(java.lang.String pMessage)
Creates a new instance with the given message.

Parameters:
pMessage - The error details.