Class InvalidApplicationContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.auth.resource.web.endpoint.exception.InvalidApplicationContextException
All Implemented Interfaces:
Serializable

public class InvalidApplicationContextException extends Exception
Exception that is thrown in the event that some operation is being performed with a user, but the application context is incompatible.

Examples:

  • a user is assigned to an application, but the application context is not global and thus the operation is not permitted
  • a user is being read/updated/deleted by a non-global application context that the user is not assigned to
Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • InvalidApplicationContextException

      public InvalidApplicationContextException(String message)