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, toString
public ObjectNotFoundException()
public ObjectNotFoundException(String message)
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.