public class RequestNotFoundException extends RuntimeException
| Constructor and Description |
|---|
RequestNotFoundException()
Initializes a new instance of the Exception class.
|
RequestNotFoundException(String message)
Initializes a new instance of the Exception class with a specified error message.
|
RequestNotFoundException(String message,
RuntimeException innerException)
Initializes a new instance of the Exception class with a specified error message and inner exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestNotFoundException()
public RequestNotFoundException(String message)
message - The message that describes the error.public RequestNotFoundException(String message, RuntimeException innerException)
message - The message that describes the error.innerException - Inner Exception.Copyright © 2014–2025 Onix Solutions. All rights reserved.