Class InvalidApplicationIdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.auth.resource.web.endpoint.exception.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:
  • Constructor Details

    • InvalidApplicationIdException

      public InvalidApplicationIdException(String message)