public class IndexCreationException extends QueryException
Constructor and Description |
---|
IndexCreationException(String msg)
Constructor with a string message representing the problem.
|
IndexCreationException(String msg,
Throwable cause)
Constructor with a string message representing the problem and also the throwable.
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexCreationException(String msg)
msg
- message representing the cause of exception