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:
  • Constructor Details

    • ClientValidationException

      public ClientValidationException()
    • ClientValidationException

      public ClientValidationException(String message)