Package com.rabbitmq.http.client
Class HttpClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.rabbitmq.http.client.HttpException
-
- com.rabbitmq.http.client.HttpClientException
-
- All Implemented Interfaces:
Serializable
public class HttpClientException extends HttpException
Java exception for 4xx HTTP responses.- Since:
- 2.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpClientException(int status, String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
reason()
int
status()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-