Class 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 Detail

      • InvalidApplicationContextException

        public InvalidApplicationContextException​(String message)