Class XmlRpcLoadException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlRpcLoadException
    extends XmlRpcException
    This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlRpcLoadException​(java.lang.String pMessage)
      Creates a new instance.
    • 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

      • XmlRpcLoadException

        public XmlRpcLoadException​(java.lang.String pMessage)
        Creates a new instance.
        Parameters:
        pMessage - Error description.