com.aliction.gitproviders.bitbucket.exceptions.BitbucketGetTeamException Maven / Gradle / Ivy
package com.aliction.gitproviders.bitbucket.exceptions;
/**
*
* @author Aly Ibrahim
* Date: Oct 25, 2019
*
*/
public class BitbucketGetTeamException extends BitbucketException {
/**
*
*/
private static final long serialVersionUID = -4372023018472969919L;
/**
*
* @param errorMsg - String error message
*/
public BitbucketGetTeamException(String errorMsg) {
super(errorMsg);
// TODO Auto-generated constructor stub
}
}