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

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

The newest version!
package com.app55.error;

import java.util.Map;

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

	private static final long	serialVersionUID	= 234789234789L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy