public class IndexingException extends Exception
Constructor and Description |
---|
IndexingException()
Constructs an
IndexingException . |
IndexingException(String message)
Constructs an
IndexingException with the specified detail message. |
IndexingException(String message,
Throwable cause)
Constructs an
IndexingException with the specified detail message and cause. |
IndexingException(Throwable cause)
Constructs an
IndexingException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexingException()
IndexingException
.public IndexingException(String message)
IndexingException
with the specified detail message.message
- The detail message.public IndexingException(String message, Throwable cause)
IndexingException
with the specified detail message and cause.message
- The detail message.cause
- The cause.public IndexingException(Throwable cause)
IndexingException
with the specified cause.cause
- The cause.