yandex.cloud.sdk.auth.apikey.InvalidServiceAccountKeyException Maven / Gradle / Ivy
package yandex.cloud.sdk.auth.apikey;
/**
* Signals that service account key is invalid. It can mean that JSON representation of a key is malformed.
*/
public class InvalidServiceAccountKeyException extends RuntimeException {
public InvalidServiceAccountKeyException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy