Package top.focess.qq.api.util.network
Class HttpResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- top.focess.qq.api.util.network.HttpResponseException
-
- All Implemented Interfaces:
Serializable
public class HttpResponseException extends IOException
Thrown to indicate that the request was not successful- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpResponseException(Exception exception)Constructs a HttpResponseException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HttpResponseException
public HttpResponseException(Exception exception)
Constructs a HttpResponseException- Parameters:
exception- the cause
-
-