< prev index next >

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

Print this page

        

@@ -31,10 +31,11 @@
  * @see Key
  * @see InvalidKeyException
  * @see KeyManagementException
  *
  * @author Benjamin Renaud
+ * @since 1.1
  */
 
 public class KeyException extends GeneralSecurityException {
 
     private static final long serialVersionUID = -7483676942812432108L;
< prev index next >