Class NotMutableException

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

public class NotMutableException extends RuntimeException
This exception is thrown when it is determined that a mutation request is being made against an immutable entity. This can be because a request for a catalog context id is assigned as a reference relationship for the current application. This exception generally results in an HTTP 403 response.
Author:
Jeff Fischer
See Also:
  • Constructor Details

    • NotMutableException

      public NotMutableException()
    • NotMutableException

      public NotMutableException(String message)