Class 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
    • 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 java.lang.Throwable

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

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

      • TimeoutException

        public TimeoutException​(int pCode,
                                java.lang.String message)
        Creates a new instance with the given error code and error message.