Package com.brightcove.player.exception
Class EntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.brightcove.player.exception.EntityNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class EntityNotFoundException extends java.lang.Exception
Exception used when an entity is looked up in the database but it is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException(java.lang.String message)
Constructor to provide a message.
-