Class ThrottleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.kusto.data.exceptions.KustoDataExceptionBase
-
- com.microsoft.azure.kusto.data.exceptions.DataServiceException
-
- com.microsoft.azure.kusto.data.exceptions.ThrottleException
-
- All Implemented Interfaces:
Serializable
public class ThrottleException extends DataServiceException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_MESSAGE
-
Constructor Summary
Constructors Constructor Description ThrottleException(String ingestionSource)
-
Method Summary
-
Methods inherited from class com.microsoft.azure.kusto.data.exceptions.DataServiceException
getStatusCode
-
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
-
-
-
-
Field Detail
-
ERROR_MESSAGE
public static final String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ThrottleException
public ThrottleException(String ingestionSource)
-
-