| NotFoundException Constructor |
| Name | Description | |
|---|---|---|
| NotFoundException | Construct the exception without a description.
| |
| NotFoundException(String) | Construct the exception with the description.
| |
| NotFoundException(String, Exception) | Construct the exception with the description and the cause
exception.
|