@ThreadSafe public class SearchException extends AnalysisException
| Constructor and Description |
|---|
SearchException()
Creates a new SearchException.
|
SearchException(java.lang.String msg)
Creates a new SearchException.
|
SearchException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new SearchException.
|
SearchException(java.lang.Throwable ex)
Creates a new SearchException.
|
public SearchException()
public SearchException(java.lang.String msg)
msg - a message for the exception.public SearchException(java.lang.Throwable ex)
ex - the cause of the failure.public SearchException(java.lang.String msg,
java.lang.Throwable ex)
msg - a message for the exception.ex - the cause of the failure.Copyright© 2012-21 Jeremy Long. All Rights Reserved.