public class PersistenceObjectNotFoundException extends PersistenceException
PersistenceObjectNotFoundException
exception is thrown
when an attempt is made to load an object from the database that
does not exist in the database.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
Constructor and Description |
---|
PersistenceObjectNotFoundException()
Constructor for PersistenceObjectNotFoundException.
|
PersistenceObjectNotFoundException(java.lang.String s)
Constructor for PersistenceObjectNotFoundException.
|
public static final java.lang.String COPYRIGHT
public PersistenceObjectNotFoundException()
public PersistenceObjectNotFoundException(java.lang.String s)
s
- Detailed error message.