< prev index next >

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

Print this page

        

@@ -29,10 +29,11 @@
  * This exception, designed for use by the JCA/JCE engine classes,
  * is thrown when an invalid parameter is passed
  * to a method.
  *
  * @author Benjamin Renaud
+ * @since 1.1
  */
 
 public class InvalidParameterException extends IllegalArgumentException {
 
     private static final long serialVersionUID = -857968536935667808L;
< prev index next >