public class NotFoundException extends Exception
| Constructor and Description |
|---|
NotFoundException(String message)
Constructs a
NotFoundException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException(String message)
NotFoundException with the specified detail message.message - the detail message.Copyright © 2022. All rights reserved.