|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.jcr.query.lucene.LuceneException
public class LuceneException
A runtime exception
representing a problem operating against Lucene.
Constructor Summary | |
---|---|
LuceneException()
Construct a system failure exception with no message. |
|
LuceneException(String message)
Construct a system failure exception with a single message. |
|
LuceneException(String message,
Throwable cause)
Construct a system failure exception with a single message and another exception that is the cause of the failure. |
|
LuceneException(Throwable cause)
Construct a system failure exception with another exception that is the cause of the failure. |
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 |
---|
public LuceneException()
public LuceneException(String message)
message
- the message describing the failurepublic LuceneException(Throwable cause)
cause
- the original cause of the failurepublic LuceneException(String message, Throwable cause)
message
- the message describing the failurecause
- the original cause of the failure
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |