Exception: java.security.InvalidParameterException

This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.
Authors:
@author Benjamin Renaud
Version:
@version 1.20, 03/12/19

Inheritance

Superclass tree: Implements:

Methods

  • InvalidParameterExceptiontop

    public InvalidParameterException()
    Constructs an InvalidParameterException with no detail message. A detail message is a String that describes this particular exception.
    Google Code Search
    Stack Overflow
  • InvalidParameterExceptiontop

    public InvalidParameterException(String msg)
    Constructs an InvalidParameterException with the specified detail message. A detail message is a String that describes this particular exception.
    Parameters:
    @param msg the detail message.
    Google Code Search
    Stack Overflow