Class XmlRpcIOException

  • All Implemented Interfaces:
    Serializable

    public class XmlRpcIOException
    extends IOException
    This is a subclass of IOException, which allows to attach a linked exception. Throwing this particular instance of IOException allows to catch it and throw the linked exception instead.
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • getLinkedException

        public Throwable getLinkedException()
        Returns the linked exception, which is the actual cause for this exception.