Class EntityMissingException

  • All Implemented Interfaces:
    Serializable

    public class EntityMissingException
    extends RuntimeException
    This exception is thrown when it is determined that a requested entity is not available. This can be because the entity is not persisted in the database, or it can result from a request for a context id that does not exist in the context requested (e.g. not available in visible catalogs for the current application). This exception generally results in an HTTP 404 response.
    Author:
    Jeff Fischer
    See Also:
    Serialized Form
    • Constructor Detail

      • EntityMissingException

        public EntityMissingException()
      • EntityMissingException

        public EntityMissingException​(String message)