Class XmlRpcNoSuchHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException
All Implemented Interfaces:
Serializable

public class XmlRpcNoSuchHandlerException extends XmlRpcException
This exception is thrown, if an unknown handler is called.
See Also:
  • Field Details

  • Constructor Details

    • XmlRpcNoSuchHandlerException

      public XmlRpcNoSuchHandlerException(String pMessage)
      Creates a new instance with the given message.
      Parameters:
      pMessage - The error details.