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

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

package com.citrix.sharefile.api.exceptions;

public class SFConnectionException extends SFOtherException
{
    public SFConnectionException(Throwable ex)
    {
        super(ex);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy