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

com.aliction.gitproviders.bitbucket.exceptions.BitbucketGetTeamPermissionsException Maven / Gradle / Ivy

package com.aliction.gitproviders.bitbucket.exceptions;

/**
 * 
 * @author Aly Ibrahim
 * Date: Oct 25, 2019
 *
 */
public class BitbucketGetTeamPermissionsException extends BitbucketException {

    /**
     * 
     */
    private static final long serialVersionUID = 8084532631378279813L;

    /**
     * 
     * @param errorMsg - String error message
     */
    public BitbucketGetTeamPermissionsException(String errorMsg) {
        super(errorMsg);
        // TODO Auto-generated constructor stub
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy