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

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

The newest version!
package com.securionpay.exception;

public class SignException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public SignException(Throwable throwable) {
		super(throwable);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy