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