Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XMLRPCException

        public XMLRPCException()
      • XMLRPCException

        public XMLRPCException​(java.lang.Exception ex)
      • XMLRPCException

        public XMLRPCException​(java.lang.String ex)
      • XMLRPCException

        public XMLRPCException​(java.lang.String msg,
                               java.lang.Exception ex)