Package org.apache.xmlrpc.common
Class XmlRpcLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xmlrpc.XmlRpcException
-
- org.apache.xmlrpc.common.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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
-
-
Constructor Summary
Constructors Constructor Description XmlRpcLoadException(String pMessage)
Creates a new instance.
-
Method Summary
-
Methods inherited from class org.apache.xmlrpc.XmlRpcException
getCause, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlRpcLoadException
public XmlRpcLoadException(String pMessage)
Creates a new instance.- Parameters:
pMessage
- Error description.
-
-