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

com.checkmarx.sdk.exception.InvalidCredentialsException 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.FORBIDDEN, reason = "Invalid Credentials")
public class InvalidCredentialsException extends RuntimeException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy