![JAR search and dependency download from the Maven repository](/logo.png)
com.cybersource.flex.sdk.exception.FlexSecurityException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flex-server-sdk Show documentation
Show all versions of flex-server-sdk Show documentation
CyberSource Flex API Server Side SDK
/**
* Copyright (c) 2017 by CyberSource
*/
package com.cybersource.flex.sdk.exception;
public class FlexSecurityException extends FlexException {
public FlexSecurityException(String msg) {
super(msg);
}
public FlexSecurityException(String msg, Exception e) {
super(msg, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy