Class XmlRpcLoadException

All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • XmlRpcLoadException

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