Class InvalidApplicationContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.tenant.service.exception.InvalidApplicationContextException
All Implemented Interfaces:
Serializable

public class InvalidApplicationContextException extends Exception
Exception that is thrown in the event that some operation is being performed from an incompatible application context. For example, performing an operation only permitted for standard applications from a global application context.
Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • InvalidApplicationContextException

      public InvalidApplicationContextException(String message)