![JAR search and dependency download from the Maven repository](/logo.png)
kr.motd.maven.sphinx.dist.urllib3.exceptions$py.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sphinx-maven-plugin Show documentation
Show all versions of sphinx-maven-plugin Show documentation
Maven plugin that creates the site with Sphinx
???? 1u f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; org/python/core/PyFrame setline (I)V
__future__ java/lang/String absolute_import
org/python/core/imp
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject;
setlocal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
packages.six.moves.http_client IncompleteRead httplib_IncompleteRead org/python/core/PyObject Exception ! getname .(Ljava/lang/String;)Lorg/python/core/PyObject; # $
% HTTPError ' HTTPError$1
__module__ * __name__ , __doc__ . #Base exception used by this module. 0 org/python/core/PyString 2 fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString; 4 5
3 6 getf_locals ()Lorg/python/core/PyObject; 8 9
: urllib3/exceptions$py < Lorg/python/core/PyCode; ) > = ? org/python/core/Py A makeClass a(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject; C D
B E java/util/Arrays G fill (([Ljava/lang/Object;Ljava/lang/Object;)V I J
H K Warning M HTTPWarning O
HTTPWarning$2 !Base warning used by this module. R Q > = T PoolError V PoolError$3 /Base exception for errors caused within a pool. Y EmptyObjects [Lorg/python/core/PyObject; [ \ B ] org/python/core/PyFunction _ f_globals Lorg/python/core/PyObject; a b c
__init__$4 getlocal (I)Lorg/python/core/PyObject; f g
h pool j __setattr__ l
m getglobal o $
p __init__ r __getattr__ t $
u %s: %s w org/python/core/PyTuple y ([Lorg/python/core/PyObject;)V { |
z } _mod 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ?
? __call__ m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
? f_lasti I ? ? ? None ? b B ? e > = ? j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V { ?
` ? __reduce__$5 __class__ ? ? ? > = ?
__reduce__ ? X > = ? RequestError ? RequestError$6 8Base exception for PoolErrors that have associated URLs. ?
__init__$7 url ? ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
? ? > = ? __reduce__$8 ? > = ? ? > = ? SSLError ?
SSLError$9 9Raised when SSL certificate fails in an HTTPS connection. ? ? > = ?
ProxyError ?
ProxyError$10 ,Raised when the connection to a proxy fails. ? ? > = ? DecodeError ? DecodeError$11 ;Raised when automatic decoding based on Content-Type fails. ? ? > = ?
ProtocolError ? ProtocolError$12 >Raised when something unexpected happens mid-request/response. ? ? > = ? ConnectionError ?
MaxRetryError ? MaxRetryError$13Raised when the maximum number of retries is exceeded.
:param pool: The connection pool
:type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool`
:param string url: The requested Url
:param exceptions.Exception reason: The underlying error
? __init__$14 reason ? 0Max retries exceeded with url: %s (Caused by %r) ? (ILorg/python/core/PyObject;)V ?
? ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
? ? > = ? ? > = ? HostChangedError ? HostChangedError$15 ?Raised when an existing pool gets a request for a foreign host. ?
newInteger (I)Lorg/python/core/PyInteger; ? ?
B ? __init__$16 )Tried to open a foreign host with url: %s ? retries ? ? > = ? ? > = ? TimeoutStateError ? TimeoutStateError$17 3 Raised when passing an invalid state to a timeout ? ? > = ? TimeoutError ? TimeoutError$18 ? Raised when a socket timeout error occurs.
Catching this error will catch both :exc:`ReadTimeoutErrors
` and :exc:`ConnectTimeoutErrors `.
? ? > = ? ReadTimeoutError ReadTimeoutError$19 FRaised when a socket timeout occurs while receiving data from a server > = ConnectTimeoutError ConnectTimeoutError$20 @Raised when a socket timeout occurs while connecting to a server
> =
NewConnectionError NewConnectionError$21 HRaised when we fail to establish a new connection. Usually ECONNREFUSED. > = EmptyPoolError EmptyPoolError$22 CRaised when a pool runs out of connections and no more are allowed. > = ClosedPoolError ClosedPoolError$23 CRaised when a request enters a pool after the pool has been closed. > ="
ValueError$ LocationValueError& LocationValueError$24