org.apache.xmlrpc.server

Class XmlRpcNoSuchHandlerException

public class XmlRpcNoSuchHandlerException extends XmlRpcException

This exception is thrown, if an unknown handler is called.
Constructor Summary
XmlRpcNoSuchHandlerException(String pMessage)
Creates a new instance with the given message.

Constructor Detail

XmlRpcNoSuchHandlerException

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

Parameters: pMessage The error details.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.