Class EntityNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.player.exception.EntityNotFoundException
All Implemented Interfaces:
Serializable

public class EntityNotFoundException extends Exception
Exception used when an entity is looked up in the database but it is not found.
See Also:
  • Constructor Details

    • EntityNotFoundException

      public EntityNotFoundException(String message)
      Constructor to provide a message.
      Parameters:
      message - Message to inform details about the error.