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

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

There is a newer version: 0.2.1
Show newest version
package com.aliction.gitproviders.bitbucket.exceptions;

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy