Class LongpollDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.levigo.jadice.web.transport.client.networking.exception.LongpollDeniedException
- All Implemented Interfaces:
Serializable
Produced whenever a longpoll has been denied with a HTTP Error 4xx.
Provides the status code and response body of the failed longpoll.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLongpollDeniedException
(String message, Integer statusCode, String responseBody) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LongpollDeniedException
public LongpollDeniedException() -
LongpollDeniedException
-
-
Method Details
-
getResponseBody
-
getStatusCode
-