Serializablepublic class IndexWriteException extends IOException
| Constructor | Description |
|---|---|
IndexWriteException() |
Constructs an IndexWriteException with the default message.
|
IndexWriteException(String s) |
Constructs an IndexWriteException with the specified detail message.
|
IndexWriteException(String s,
Throwable cause) |
Constructs an IndexWriteException with the specified detail message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndexWriteException()
public IndexWriteException(String s)
s - messageCopyright © 2018. All rights reserved.