Package de.hybris.platform.util.jeeapi
Class YNoSuchEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.util.jeeapi.YEJBException
-
- de.hybris.platform.util.jeeapi.YNoSuchEntityException
-
- All Implemented Interfaces:
java.io.Serializable
public class YNoSuchEntityException extends YEJBException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YNoSuchEntityException(java.lang.String s, PK pk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PK
getPk()
The missing entity PK.-
Methods inherited from class de.hybris.platform.util.jeeapi.YEJBException
getCausedByException
-
-