Class CommitterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.norconex.committer.core3.CommitterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommitterQueueException

public class CommitterException extends Exception
Triggered when something went wrong with committing.
Since:
3.0.0
Author:
Pascal Essiembre
See Also:
  • Constructor Details

    • CommitterException

      public CommitterException()
      Constructor.
    • CommitterException

      public CommitterException(String message)
      Constructor.
      Parameters:
      message - error message
    • CommitterException

      public CommitterException(Throwable cause)
      Constructor.
      Parameters:
      cause - original exception
    • CommitterException

      public CommitterException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - error message.
      cause - original exception