com.subshell.persistence.exception
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.subshell.persistence.exception.PersistenceException
com.subshell.persistence.exception.ObjectNotFoundException
- All Implemented Interfaces:
- Serializable
public class ObjectNotFoundException
- extends PersistenceException
Thrown when a persistent object could not be found in the database.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjectNotFoundException
public ObjectNotFoundException()
ObjectNotFoundException
public ObjectNotFoundException(String msg)
ObjectNotFoundException
public ObjectNotFoundException(String msg,
Throwable cause)
ObjectNotFoundException
public ObjectNotFoundException(Throwable cause)
Copyright © 2004-2005 subshell GmbH. All Rights Reserved.