Module java.base
Package java.security

Class InvalidParameterException

java.lang.Object
All Implemented Interfaces:
Serializable

public class InvalidParameterException extends IllegalArgumentException
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.
Since:
1.1
See Also: