Package org.apache.xmlrpc.client
Class TimingOutCallback.TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.client.TimingOutCallback.TimeoutException
- All Implemented Interfaces:
Serializable
- Enclosing class:
TimingOutCallback
This exception is thrown, if the request times out.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
-
Constructor Summary
ConstructorsConstructorDescriptionTimeoutException
(int pCode, String message) Creates a new instance with the given error code and error message. -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TimeoutException
Creates a new instance with the given error code and error message.
-