public class SearchException extends RuntimeException
| Constructor and Description |
|---|
SearchException()
Initializes a new instance of the
class. |
SearchException(String message)
Initializes a new instance of the
class with a specified error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SearchException()
SearchException class.public SearchException(String message)
SearchException class with a specified error message.message - The message that describes the error.Copyright © 2026. All rights reserved.