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

com.cybersource.authsdk.util.mle.MLEException Maven / Gradle / Ivy

The newest version!
package com.cybersource.authsdk.util.mle;

public class MLEException extends Exception {
    public MLEException(String message, Throwable throwable) {
        super(message, throwable);
    }

    public MLEException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy