Class DataWebException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.kusto.data.exceptions.WebException
-
- com.microsoft.azure.kusto.data.exceptions.DataWebException
-
- All Implemented Interfaces:
Serializable
public class DataWebException extends WebException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.microsoft.azure.kusto.data.exceptions.WebException
httpResponse
-
-
Constructor Summary
Constructors Constructor Description DataWebException(String message)DataWebException(String message, org.apache.http.HttpResponse httpResponse)DataWebException(String message, org.apache.http.HttpResponse httpResponse, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OneApiErrorgetApiError()-
Methods inherited from class com.microsoft.azure.kusto.data.exceptions.WebException
getHttpResponse, getStatusCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
getApiError
public OneApiError getApiError()
-
-