Package com.norconex.importer.handler
Class ImporterHandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.norconex.importer.ImporterException
-
- com.norconex.importer.handler.ImporterHandlerException
-
- All Implemented Interfaces:
Serializable
public class ImporterHandlerException extends ImporterException
Exception thrown by several handler classes upon encountering issues.- Since:
- 2.0.0
- Author:
- Pascal Essiembre
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImporterHandlerException()
ImporterHandlerException(String message)
ImporterHandlerException(String message, Throwable cause)
ImporterHandlerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-