Module java.base
Package java.security

Class NoSuchAlgorithmException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoSuchAlgorithmException extends GeneralSecurityException
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
Since:
1.1
See Also: