
org.craftercms.profile.social.exceptions.ProfileConnectionRepositoryException Maven / Gradle / Ivy
The newest version!
package org.craftercms.profile.social.exceptions;
import org.springframework.social.connect.ConnectionRepositoryException;
/**
* Thrown when an error occurs in {@link org.craftercms.profile.social.ProfileConnectionRepository} or {@link org
* .craftercms.profile.social.ProfileUsersConnectionRepository}
*
* @author avasquez
*/
public class ProfileConnectionRepositoryException extends ConnectionRepositoryException {
public ProfileConnectionRepositoryException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy