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

com.testmonitor.exceptions.UnprocessableEntityException Maven / Gradle / Ivy

The newest version!
package com.testmonitor.exceptions;

public class UnprocessableEntityException extends Exception{
    public UnprocessableEntityException(Integer statusCode, String message) {
        super(statusCode, message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy