Class InternalClient.XmlRpcFault

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    InternalClient

    private static class InternalClient.XmlRpcFault
    extends java.io.IOException
    IOException representing an incoming XML-RPC fault.
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlRpcFault​(int code, java.lang.String msg)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • XmlRpcFault

        public XmlRpcFault​(int code,
                           java.lang.String msg)