Package com.launchdarkly.eventsource
Class UnsuccessfulResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.launchdarkly.eventsource.UnsuccessfulResponseException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsuccessfulResponseException extends java.lang.ExceptionException class that means the remote server returned an HTTP error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsuccessfulResponseException(int code)Constructs an exception instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()Returns the HTTP status code.
-