
com.aliction.gitproviders.bitbucket.exceptions.BitbucketGetUserEmailException Maven / Gradle / Ivy
package com.aliction.gitproviders.bitbucket.exceptions;
/**
*
* @author Aly Ibrahim
* Date: Oct 25, 2019
*
*/
public class BitbucketGetUserEmailException extends BitbucketException {
/**
*
*/
private static final long serialVersionUID = 5089974652878760719L;
/**
*
* @param errorMsg - String error message
*/
public BitbucketGetUserEmailException(String errorMsg) {
super(errorMsg);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy