yandex.cloud.sdk.auth.jwt.RSAException Maven / Gradle / Ivy
package yandex.cloud.sdk.auth.jwt;
/**
* Signals that RSA key creation has failed.
*/
public class RSAException extends RuntimeException {
public RSAException(Throwable cause) {
super(cause);
}
@Override
public String getMessage() {
return "RSA key creation failed";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy