public class SearchException extends AbstractCheckedException
Constructor and Description |
---|
SearchException(String message)
Constructor specifying detailed message about this exception.
|
SearchException(String message,
Throwable cause)
Constructor specifying the detailed message and root cause of this exception.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SearchException(String message)
message
- The detailed message about this exception.Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA