Class XmlRpcInvocationException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      XmlRpcInvocationException​(int pCode, java.lang.String pMessage, java.lang.Throwable pLinkedException)
      Creates a new instance with the given error code, error message and cause.
      XmlRpcInvocationException​(java.lang.String pMessage, java.lang.Throwable pLinkedException)
      Creates a new instance with the given error message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XmlRpcInvocationException

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

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