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

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

package com.citrix.sharefile.api.exceptions;

import javax.net.ssl.HttpsURLConnection;

public class SFNotFoundException extends SFServerException
{
    public SFNotFoundException(String detailedMessage)
    {
        super(HttpsURLConnection.HTTP_NOT_FOUND,detailedMessage);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy