public class DataNotFoundException
Exception indicating that data could not be found at the specified location.
This is thrown when a path doesn't match a resource and is translated to a status of 404 (not found) by default.
| Constructor and Description |
|---|
DataNotFoundException(java.lang.String message)
Exception indicating that data could not be found at the specified location.
|
DataNotFoundException()
Exception indicating that data could not be found at the specified location.
|
public DataNotFoundException(java.lang.String message)
Exception indicating that data could not be found at the specified location.
This is thrown when a path doesn't match a resource and is translated to a status of 404 (not found) by default.
public DataNotFoundException()
Exception indicating that data could not be found at the specified location.
This is thrown when a path doesn't match a resource and is translated to a status of 404 (not found) by default.