public class LuceneIndexException extends RuntimeException
Constructor and Description |
---|
LuceneIndexException()
Constructs a new instance of this class with
null as its detail message. |
LuceneIndexException(String message)
Constructs a new instance of this class with the specified detail message.
|
LuceneIndexException(String message,
Throwable rootCause)
Constructs a new instance of this class with the specified detail message and root cause.
|
LuceneIndexException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LuceneIndexException()
null
as its detail message.public LuceneIndexException(String message)
message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.public LuceneIndexException(Throwable rootCause)
rootCause
- root failure causepublic LuceneIndexException(String message, Throwable rootCause)
message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.rootCause
- root failure causeCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.