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

com.citrix.sharefile.api.exceptions.SFResetUploadException Maven / Gradle / Ivy

package com.citrix.sharefile.api.exceptions;


@SuppressWarnings("serial")
public class SFResetUploadException extends SFServerException
{
	public SFResetUploadException(SFServerException e)
	{
		super(e.getHttpResponseCode(),e.getLocalizedMessage());
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy