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 Details

    • KdfLimitExceededException

      public KdfLimitExceededException()