Class ObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectAccessException
-
- com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ObjectReadPermissionException
public class ObjectNotFoundException extends ObjectAccessException
Thrown, if a requested object could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectNotFoundException(java.lang.String objectId)ObjectNotFoundException(java.lang.String objectId, java.lang.Throwable cause)
-