Class InvalidApplicationIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.auth.resource.web.endpoint.exception.InvalidApplicationIdException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidApplicationIdException
-