Class DataServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.kusto.data.exceptions.KustoDataExceptionBase
-
- com.microsoft.azure.kusto.data.exceptions.DataServiceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ThrottleException
public class DataServiceException extends KustoDataExceptionBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataServiceException(String ingestionSource, String message, boolean isPermanent)DataServiceException(String ingestionSource, String message, Exception exception, boolean isPermanent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable IntegergetStatusCode()-
Methods inherited from class com.microsoft.azure.kusto.data.exceptions.KustoDataExceptionBase
getIngestionSource, isPermanent
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getStatusCode
@Nullable public @Nullable Integer getStatusCode()
-
-