Package com.brightcove.player.exception
Class EntityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.player.exception.EntityNotFoundException
- All Implemented Interfaces:
Serializable
Exception used when an entity is looked up in the database but it is not found.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityNotFoundException
Constructor to provide a message.- Parameters:
message
- Message to inform details about the error.
-