Class InvalidApplicationIdException

  • All Implemented Interfaces:
    Serializable

    public class InvalidApplicationIdException
    extends Exception
    Exception that is thrown when an invalid application ID is supplied in an operation involving the user-application relationship. For example, this exception would be thrown if a non-global application attempted to unassign a user from an application other than itself.
    Author:
    Samarth Dhruva (samarthd)
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidApplicationIdException

        public InvalidApplicationIdException​(String message)