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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
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
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
RetryableExporterException
Constructor.- Parameters:
exception- Encapsulated exception.
-
RetryableExporterException
-