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:
java.io.Serializable
- Enclosing class:
- TimingOutCallback
public static class TimingOutCallback.TimeoutException extends XmlRpcException
This exception is thrown, if the request times out.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
-
-
Constructor Summary
Constructors Constructor Description TimeoutException(int pCode, java.lang.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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-