public class CommitterException extends RuntimeException
| Constructor and Description |
|---|
CommitterException()
Constructor.
|
CommitterException(String message)
Constructor.
|
CommitterException(String message,
Throwable cause)
Constructor.
|
CommitterException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommitterException()
public CommitterException(String message)
message - error messagepublic CommitterException(Throwable cause)
cause - original exceptionCopyright © 2009-2014 Norconex Inc.. All Rights Reserved.