All Downloads are FREE. Search and download functionalities are using the official Maven repository.

enterprises.orbital.evekit.account.AccessKeyCreationException Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
package enterprises.orbital.evekit.account;

public class AccessKeyCreationException extends Exception {

  public AccessKeyCreationException() {
    super();
  }

  public AccessKeyCreationException(String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy