Class ClientValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.auth.user.web.endpoint.exception.ClientValidationException
- All Implemented Interfaces:
Serializable
Indicates that a request was missing a client ID, the client could not be found, or the client
does not allow the type of request received.
- Author:
- Nathan Moore (nathandmoore)
- 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
-
ClientValidationException
public ClientValidationException() -
ClientValidationException
-