@ThreadSafe public class IndexException extends Exception
| Constructor and Description |
|---|
IndexException()
Creates a new IndexException.
|
IndexException(String msg)
Creates a new IndexException.
|
IndexException(String msg,
Throwable ex)
Creates a new IndexException.
|
IndexException(Throwable ex)
Creates a new IndexException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndexException()
public IndexException(String msg)
msg - a message for the exception.public IndexException(Throwable ex)
ex - the cause of the failure.Copyright © 2012–2020 OWASP. All rights reserved.