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

com.cybersource.flex.sdk.exception.FlexApiServerException Maven / Gradle / Ivy

There is a newer version: 0.11.1
Show newest version
/**
 * Copyright (c) 2017 by CyberSource
 */
package com.cybersource.flex.sdk.exception;

import com.cybersource.flex.sdk.model.FlexErrorResponse;

public class FlexApiServerException extends FlexApiException {

    public FlexApiServerException(int status, FlexErrorResponse flexErrorResponse, String vcCorrelationId) {
        super(status, flexErrorResponse, vcCorrelationId);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy