org.apache.xmlrpc.server
Class XmlRpcNoSuchHandlerException

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

public class XmlRpcNoSuchHandlerException
extends org.apache.xmlrpc.XmlRpcException

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

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
 
Constructor Summary
XmlRpcNoSuchHandlerException(java.lang.String pMessage)
          Creates a new instance with the given message.
 
Method Summary
 
Methods inherited from class org.apache.xmlrpc.XmlRpcException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

XmlRpcNoSuchHandlerException

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

Parameters:
pMessage - The error details.