Class SectionKeyValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.openadmin.exception.SectionKeyValidationException
All Implemented Interfaces:
Serializable

@ResponseStatus(NOT_FOUND) public class SectionKeyValidationException extends RuntimeException
Thrown when the admin controller setup detects a section key that is not valid for the system. This exception will cause Spring to return an Http status code of 404.
Author:
Jeff Fischer
See Also:
  • Constructor Details

    • SectionKeyValidationException

      public SectionKeyValidationException(String message)