Class RequestTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RequestTimeoutException
    extends RetrieveIssueException
    Exception indicates that the request was not performed within certain timeout. Corresponds to HTTP error 408.
    Since:
    7.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    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

      • RequestTimeoutException

        public RequestTimeoutException​(java.lang.String message)