public class LuceneStoreRuntimeException extends RuntimeException
LuceneStore general exception.| Constructor and Description |
|---|
LuceneStoreRuntimeException()
Default constructor.
|
LuceneStoreRuntimeException(String message)
Public constructor.
|
LuceneStoreRuntimeException(String message,
Throwable cause)
Public constructor.
|
LuceneStoreRuntimeException(Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LuceneStoreRuntimeException()
public LuceneStoreRuntimeException(String message)
message - exception messagepublic LuceneStoreRuntimeException(Throwable cause)
cause - exception causeCopyright © 2013–2019 BB Corp. All rights reserved.