public class IndexWriteException
extends java.io.IOException
| 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.
|
public IndexWriteException()
public IndexWriteException(java.lang.String s)
s - messagepublic IndexWriteException(java.lang.String s,
java.lang.Throwable cause)
s - messagecause - root cause exceptionCopyright © 2012. All Rights Reserved.