Class WebException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.kusto.data.exceptions.WebException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataWebException
public class WebException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected @Nullable org.apache.http.HttpResponsehttpResponse
-
Constructor Summary
Constructors Constructor Description WebException(String message, @Nullable org.apache.http.HttpResponse httpResponse, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable org.apache.http.HttpResponsegetHttpResponse()@Nullable IntegergetStatusCode()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-