Package com.zone.weixin4j.exception
Class HttpResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.zone.weixin4j.exception.HttpResponseException
-
- All Implemented Interfaces:
Serializable
public class HttpResponseException extends Exception
Created by Yz on 2017/3/15. HttpResponseException -- 异常类- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HttpResponseException.HttpResponseStatus
-
Constructor Summary
Constructors Constructor Description HttpResponseException(HttpResponseException.HttpResponseStatus httpResponseStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponseException.HttpResponseStatus
getHttpResponseStatus()
void
setHttpResponseStatus(HttpResponseException.HttpResponseStatus httpResponseStatus)
-
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(HttpResponseException.HttpResponseStatus httpResponseStatus)
-
-
Method Detail
-
getHttpResponseStatus
public HttpResponseException.HttpResponseStatus getHttpResponseStatus()
-
setHttpResponseStatus
public void setHttpResponseStatus(HttpResponseException.HttpResponseStatus httpResponseStatus)
-
-