All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkmarx.sdk.exception.RequestValidationException Maven / Gradle / Ivy

There is a newer version: 0.1.33
Show newest version
package com.checkmarx.sdk.exception;

import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;


@ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "Request validation failed")
public class RequestValidationException extends RuntimeException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy