Class XmlRpcInvocationException

  • All Implemented Interfaces:
    Serializable

    public class XmlRpcInvocationException
    extends XmlRpcException
    This exception is thrown, if the server catches an exception, which is thrown by the handler.
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlRpcInvocationException

        public XmlRpcInvocationException​(int pCode,
                                         String pMessage,
                                         Throwable pLinkedException)
        Creates a new instance with the given error code, error message and cause.
      • XmlRpcInvocationException

        public XmlRpcInvocationException​(String pMessage,
                                         Throwable pLinkedException)
        Creates a new instance with the given error message and cause.