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