Package com.norconex.committer.core3
Class CommitterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.norconex.committer.core3.CommitterException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommitterQueueException
Triggered when something went wrong with committing.
- Since:
- 3.0.0
- Author:
- Pascal Essiembre
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.CommitterException(String message) Constructor.CommitterException(String message, Throwable cause) Constructor.CommitterException(Throwable cause) Constructor. -
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()Constructor. -
CommitterException
Constructor.- Parameters:
message- error message
-
CommitterException
Constructor.- Parameters:
cause- original exception
-
CommitterException
Constructor.- Parameters:
message- error message.cause- original exception
-