NotFoundException Constructor |
Name | Description | |
---|---|---|
NotFoundException |
Create the exception without message.
| |
NotFoundException(String) |
Create the exception with message.
| |
NotFoundException(String, Exception) |
Create the exception with message and inner exception.
|