Class EntityMissingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.data.tracking.core.exception.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:
  • Constructor Details

    • EntityMissingException

      public EntityMissingException()
    • EntityMissingException

      public EntityMissingException(String message)