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(String message)
Constructs an ObjectNotFoundException with the specified
 detail message. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectNotFoundException()
public ObjectNotFoundException(String message)
© Copyright 2019 Eclipse Foundation.
Use is subject to     license terms.