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

com.ingenico.direct.MarshallerSyntaxException Maven / Gradle / Ivy

package com.ingenico.direct;

/**
 * Thrown when a JSON string cannot be converted to a response object.
 */
@SuppressWarnings("serial")
public class MarshallerSyntaxException extends RuntimeException {

	public MarshallerSyntaxException() {
		super();
	}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy