Class RetryableExporterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.scheduler.api.exporter.ExporterException
com.denodo.scheduler.api.exporter.RetryableExporterException
- All Implemented Interfaces:
Serializable
Exception that encapsulates an retryable error when exporting data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRetryableExporterException(Exception exception) Constructor.RetryableExporterException(Exception exception, Integer exportedDocs) -
Method Summary
Methods inherited from class com.denodo.scheduler.api.exporter.ExporterException
getEncapsulatedException, getExportedDocs, getMessage, hasUnknownExactlyExportedDocs, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
RetryableExporterException
Constructor.- Parameters:
exception- Encapsulated exception.
-
RetryableExporterException
-