< prev index next >

src/java.base/share/classes/java/security/NoSuchAlgorithmException.java

Print this page

        

*** 28,37 **** --- 28,38 ---- /** * This exception is thrown when a particular cryptographic algorithm is * requested but is not available in the environment. * * @author Benjamin Renaud + * @since 1.1 */ public class NoSuchAlgorithmException extends GeneralSecurityException { private static final long serialVersionUID = -7443947487218346562L;
< prev index next >