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

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

package com.citrix.sharefile.api.exceptions;

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

    public SFOtherException(String detailedMessage)
    {
        super(detailedMessage);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy