Package com.jsunsoft.http
Class UnexpectedStatusCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jsunsoft.http.ResponseException
-
- com.jsunsoft.http.UnexpectedResponseException
-
- com.jsunsoft.http.UnexpectedStatusCodeException
-
- All Implemented Interfaces:
Serializable
public class UnexpectedStatusCodeException extends UnexpectedResponseException
Signals a non 2xx HTTP response.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedStatusCodeException(int statusCode, String message, URI uri)
-
Method Summary
-
Methods inherited from class com.jsunsoft.http.ResponseException
getStatusCode, getURI, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-