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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidApplicationIdException(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
-
InvalidApplicationIdException
public InvalidApplicationIdException(String message)
-
-