Package de.timroes.axmlrpc
Class XMLRPCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.timroes.axmlrpc.XMLRPCException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
XMLRPCServerException
,XMLRPCTimeoutException
public class XMLRPCException extends java.lang.Exception
The exception is thrown whenever the remote procedure call fails in some point.- Author:
- Tim Roes
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLRPCException()
XMLRPCException(java.lang.Exception ex)
XMLRPCException(java.lang.String ex)
XMLRPCException(java.lang.String msg, java.lang.Exception ex)
-