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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidApplicationContextException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidApplicationContextException
public InvalidApplicationContextException(String message)
-
-