Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexWriteException()
public IndexWriteException(String s)
s
- messageCopyright © 2018. All rights reserved.