org.apache.xmlrpc.server

Class XmlRpcNoSuchHandlerException


public class XmlRpcNoSuchHandlerException
extends XmlRpcException

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

Field Summary

Fields inherited from class org.apache.xmlrpc.XmlRpcException

code, linkedException

Constructor Summary

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

Method Summary

Methods inherited from class org.apache.xmlrpc.XmlRpcException

getCause, printStackTrace, printStackTrace

Constructor Details

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.