dekoh.portal.fwk.persistence
Class NoSuchEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
javax.persistence.NoResultException
dekoh.portal.fwk.persistence.NoSuchEntityException
- All Implemented Interfaces:
- Serializable
public class NoSuchEntityException
- extends NoResultException
Will be thrown when find by primary key of an Entity fails.
- Since:
- Jun 19, 2008
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchEntityException
public NoSuchEntityException(String entityClassName,
String applicationId,
int pk)
NoSuchEntityException
public NoSuchEntityException(String entityClassName,
int pk)
noShareOwned
public static NoSuchEntityException noShareOwned(int shareId,
LocalUser owner,
NoResultException e)
noShareOwned
public static NoSuchEntityException noShareOwned(int shareId)
noShareOwned
public static NoSuchEntityException noShareOwned(int shareId,
LocalUser owner)
© 2009 Pramati Technologies - Dekoh - Portal for Developers