Class IngestionServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.kusto.ingest.exceptions.IngestionServiceException
-
- All Implemented Interfaces:
Serializable
public class IngestionServiceException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngestionServiceException(String message)
IngestionServiceException(String message, Exception exception)
IngestionServiceException(String ingestionSource, String message, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIngestionSource()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-