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

com.akeyless.api.exceptions.AlreadyExistsException Maven / Gradle / Ivy

There is a newer version: 0.0.10
Show newest version
package com.akeyless.api.exceptions;

import com.akeyless.api.utils.APIErrorResponse;

public class AlreadyExistsException extends ApiBaseException {
    public AlreadyExistsException(int statusCode, APIErrorResponse errorResponse) {
        super(statusCode, errorResponse);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy