Class NotVisibleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.data.tracking.core.exception.NotVisibleException
All Implemented Interfaces:
Serializable

public class NotVisibleException extends RuntimeException
This exception is thrown when it is determined that a requested resource is not visible to the current context. This can be because a request for a catalog context id is not visible to the current application, or a user does not have the proper application assignment for a particular catalog to be visible. This exception generally results in an HTTP 404 response.
Author:
Jeff Fischer
See Also:
  • Constructor Details

    • NotVisibleException

      public NotVisibleException()
    • NotVisibleException

      public NotVisibleException(String message)