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
public class ImporterRuntimeException extends RuntimeException
RuntimeException thrown when a an issue prevented the proper importation of a file.- Since:
- 2.0.0
- Author:
- Pascal Essiembre
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImporterRuntimeException()
ImporterRuntimeException(String message)
ImporterRuntimeException(String message, Throwable cause)
ImporterRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-