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

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

There is a newer version: 0.11.1
Show newest version
package com.cybersource.flex.sdk.exception;

public class FlexSDKInternalException extends FlexException {
    public FlexSDKInternalException(String msg) {
        super(msg);
    }

    public FlexSDKInternalException(Throwable t) {
        super(t);
    }

    public FlexSDKInternalException(String message, Throwable t) {
        super(message, t);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy