public class IndexWriteException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
IndexWriteException()
Constructs an IndexWriteException with the default message.
|
IndexWriteException(java.lang.String s)
Constructs an IndexWriteException with the specified detail message.
|
IndexWriteException(java.lang.String s,
java.lang.Throwable cause)
Constructs an IndexWriteException with the specified detail message.
|
private static final long serialVersionUID
public IndexWriteException()
public IndexWriteException(java.lang.String s)
s - messagepublic IndexWriteException(java.lang.String s,
java.lang.Throwable cause)
s - messagecause - root cause exception