enterprises.orbital.evekit.account.AuthSourceNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of account-manager Show documentation
Show all versions of account-manager Show documentation
EveKit account manager services
package enterprises.orbital.evekit.account;
/**
* Thrown if a specified account can not be found on an operation which requires an account.
*/
public class AuthSourceNotFoundException
extends Exception
{
public AuthSourceNotFoundException()
{
super();
}
public AuthSourceNotFoundException(String msg)
{
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy