com.kosprov.jargon2.internal.discovery.Jargon2BackendDiscoveryException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jargon2-api Show documentation
Show all versions of jargon2-api Show documentation
Fluent Java API for Argon2 password hashing
package com.kosprov.jargon2.internal.discovery;
import com.kosprov.jargon2.api.Jargon2Exception;
class Jargon2BackendDiscoveryException extends Jargon2Exception {
Jargon2BackendDiscoveryException(String message) {
super(message);
}
Jargon2BackendDiscoveryException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy