jdk/src/java.base/share/classes/java/security/InvalidParameterException.java
changeset 45434 4582657c7260
parent 25859 3317bb8137f4
equal deleted inserted replaced
45433:01ecdcf197df 45434:4582657c7260
    29  * This exception, designed for use by the JCA/JCE engine classes,
    29  * This exception, designed for use by the JCA/JCE engine classes,
    30  * is thrown when an invalid parameter is passed
    30  * is thrown when an invalid parameter is passed
    31  * to a method.
    31  * to a method.
    32  *
    32  *
    33  * @author Benjamin Renaud
    33  * @author Benjamin Renaud
       
    34  * @since 1.1
    34  */
    35  */
    35 
    36 
    36 public class InvalidParameterException extends IllegalArgumentException {
    37 public class InvalidParameterException extends IllegalArgumentException {
    37 
    38 
    38     private static final long serialVersionUID = -857968536935667808L;
    39     private static final long serialVersionUID = -857968536935667808L;