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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • linkedException

      private final Throwable linkedException
  • Constructor Details

  • Method Details

    • getLinkedException

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