Package com.norconex.committer.core
Class CommitterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.norconex.committer.core.CommitterException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommitterQueueException
Triggered when something went wrong with committing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommitterException(String message) CommitterException(String message, Throwable cause) CommitterException(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
-
CommitterException
public CommitterException() -
CommitterException
-
CommitterException
-
CommitterException
-