Class HttpErrors.HttpErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.launchdarkly.sdk.internal.http.HttpErrors.HttpErrorException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpErrors
public static final class HttpErrors.HttpErrorException extends java.lang.Exception
Represents an HTTP response error as an exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpErrorException(int status)
Constructs an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getStatus()
Returns the status code.
-