public class NoSuchAlgorithmException extends CryptoException
Constructor and Description |
---|
NoSuchAlgorithmException()
Constructs a NoSuchAlgorithmException with no detail message.
|
NoSuchAlgorithmException(java.lang.String msg)
Constructs a NoSuchAlgorithmException with the specified detail message.
|
public NoSuchAlgorithmException()
public NoSuchAlgorithmException(java.lang.String msg)
msg
- The exception message.