Class DefaultPasswordHashingService.KdfLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.svenruppert.jsentinel.credential.password.DefaultPasswordHashingService.KdfLimitExceededException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DefaultPasswordHashingService
public static final class DefaultPasswordHashingService.KdfLimitExceededException
extends RuntimeException
Thrown by
DefaultPasswordHashingService.hash(char[]) when the limiter is saturated.
Verification paths translate this into a generic credential failure
instead of throwing.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KdfLimitExceededException
public KdfLimitExceededException()
-