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
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 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
-
EntityMissingException
public EntityMissingException() -
EntityMissingException
-