public class ObjectNotFoundException extends FinderException
Only the finder and select methods that are declared to return a single object use this exception. This exception should not be thrown by finder or select methods that return a collection of objects (they should return an empty collection instead).
Constructor and Description |
---|
ObjectNotFoundException()
Constructs an ObjectNotFoundException with no detail message.
|
ObjectNotFoundException(java.lang.String message)
Constructs an ObjectNotFoundException with the specified
detail message.
|