- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.dongliu.cute.http.exception.RequestInterruptedException
-
- 所有已实现的接口:
Serializable
public class RequestInterruptedException extends RuntimeException
Thrown when request send is interrupted.- 作者:
- dongliu
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 RequestInterruptedException(InterruptedException cause)
-
方法概要
-
-
-
构造器详细资料
-
RequestInterruptedException
public RequestInterruptedException(InterruptedException cause)
-
-