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

com.securionpay.exception.MappingException Maven / Gradle / Ivy

The newest version!
package com.securionpay.exception;

public class MappingException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public MappingException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy