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

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

package com.aliction.gitproviders.bitbucket.exceptions;

/**
 * 
 * @author Aly Ibrahim
 * Date Nov 7, 2019
 *
 */
public class BitbucketGetCommitCommentException extends BitbucketException {

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy