Serializable
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 | Description |
---|---|
ObjectNotFoundException() |
Constructs an ObjectNotFoundException with no detail message.
|
ObjectNotFoundException(String message) |
Constructs an ObjectNotFoundException with the specified detail message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.