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