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

com.app55.error.InvalidSignatureException Maven / Gradle / Ivy

The newest version!
package com.app55.error;

public class InvalidSignatureException extends ApiException
{
	public InvalidSignatureException()
	{
		super("The response contained an invalid signature.", null, null);
	}

	private static final long	serialVersionUID	= -6591402342429266192L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy