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