com.norconex.committer
Class CommitterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.norconex.committer.CommitterException
All Implemented Interfaces:
Serializable

public class CommitterException
extends RuntimeException

Triggered when something went wrong with committing.

Author:
Pascal Essiembre
See Also:
Serialized Form

Constructor Summary
CommitterException()
           
CommitterException(String message)
           
CommitterException(String message, Throwable cause)
           
CommitterException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommitterException

public CommitterException()

CommitterException

public CommitterException(String message)

CommitterException

public CommitterException(Throwable cause)

CommitterException

public CommitterException(String message,
                          Throwable cause)


Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.