ObjectNotFoundException Constructor |
Name | Description | |
---|---|---|
ObjectNotFoundException(String) |
Exception thrown when an object has not been found.
| |
ObjectNotFoundException(String, Exception) |
Exception thrown when an object has not been found.
| |
ObjectNotFoundException(String, String, String) |
Exception thrown when an object has not been found.
The message is formatted as the following:
"{objectName} with {objectKeyName} '{objectKeyValue}' not found.".
|