Liking cljdoc? Tell your friends :D

jdk.security.InvalidParameterException

This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.

This exception, designed for use by the JCA/JCE engine classes,
is thrown when an invalid parameter is passed
to a method.
raw docstring

->invalid-parameter-exceptionclj

(->invalid-parameter-exception)
(->invalid-parameter-exception msg)

Constructor.

Constructs an InvalidParameterException with the specified detail message. A detail message is a String that describes this particular exception.

msg - the detail message. - java.lang.String

Constructor.

Constructs an InvalidParameterException with the specified
 detail message.  A detail message is a String that describes
 this particular exception.

msg - the detail message. - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close