Class InvalidApplicationContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.tenant.service.exception.InvalidApplicationContextException
- All Implemented Interfaces:
 Serializable
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 Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidApplicationContextException
 
 -