Class CommitterServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.committer.core.service.CommitterServiceException
All Implemented Interfaces:
Serializable

public class CommitterServiceException extends RuntimeException
Triggered when an operation when wrong on one or more committers registered to a CommitterService
See Also:
  • Constructor Details

    • CommitterServiceException

      public CommitterServiceException()
    • CommitterServiceException

      public CommitterServiceException(String message)
    • CommitterServiceException

      public CommitterServiceException(Throwable cause)
    • CommitterServiceException

      public CommitterServiceException(String message, Throwable cause)