Package org.apache.xmlrpc.server
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
-
-
Constructor Summary
Constructors Constructor Description XmlRpcNoSuchHandlerException(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
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlRpcNoSuchHandlerException
public XmlRpcNoSuchHandlerException(String pMessage)
Creates a new instance with the given message.- Parameters:
pMessage
- The error details.
-
-