org.entur.gbfs.authentication.RequestAuthenticationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gbfs-loader-java Show documentation
Show all versions of gbfs-loader-java Show documentation
Manage loading of GBFS feeds
package org.entur.gbfs.authentication;
public class RequestAuthenticationException extends RuntimeException {
public RequestAuthenticationException(Throwable e) {
super(e);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy