com.beimin.eveapi.exception.NoAuthException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eveapi Show documentation
Show all versions of eveapi Show documentation
Parsers for the eve online api
package com.beimin.eveapi.exception;
public class NoAuthException extends RuntimeException {
private static final long serialVersionUID = 1L;
public NoAuthException() {
super("No ApiAuth available.");
}
}