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

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

The newest version!
package com.app55.error;

import java.util.Map;

class ResourceException extends ApiException
{
	ResourceException(String message, Long code, Map body)
	{
		super(message, code, body);
	}

	private static final long	serialVersionUID	= -231333L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy