public class NotFoundException
extends java.lang.Exception
| Constructor and Description |
|---|
NotFoundException()
Construct a
NotFoundException with no detail message |
NotFoundException(java.lang.String msg)
Construct a
NotFoundException with the given message. |