Package com.norconex.importer
Class ImporterRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.importer.ImporterRuntimeException
- All Implemented Interfaces:
Serializable
RuntimeException thrown when a an issue prevented the proper importation of a
file.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImporterRuntimeException(String message) ImporterRuntimeException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImporterRuntimeException
public ImporterRuntimeException() -
ImporterRuntimeException
-
ImporterRuntimeException
-
ImporterRuntimeException
-