public class DigestNotAvailableException
extends java.lang.SecurityException
DigestNotAvailableException
exception is thrown by a security
provider if the password digest for the specified user can not be retrieved.
For example, the DigestNotAvailableException
may be thrown because
the password for the specified user is not stored in the database used by the
provider.Constructor and Description |
---|
DigestNotAvailableException()
Constructs an
DigestNotAvailableException with no arguments. |
DigestNotAvailableException(java.lang.String s)
Constructs an
DigestNotAvailableException with the specified detail message. |
public DigestNotAvailableException()
DigestNotAvailableException
with no arguments.public DigestNotAvailableException(java.lang.String s)
DigestNotAvailableException
with the specified detail message.
A detail message is a String that describes this particular exception.s
- a String providing additional information about this exception.