Class DataClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.kusto.data.exceptions.KustoDataExceptionBase
-
- com.microsoft.azure.kusto.data.exceptions.DataClientException
-
- All Implemented Interfaces:
Serializable
public class DataClientException extends KustoDataExceptionBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataClientException(String ingestionSource, String message)DataClientException(String ingestionSource, String message, Exception exception)
-
Method Summary
-
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
-
-