Java In A Nutshell, 5th Edition
Signals that one or more algorithm parameters (usually specified by a java.security.spec.AlgorithmParameterSpec object) are not valid. Figure 14-14. java.security.InvalidAlgorithmParameterException
public class InvalidAlgorithmParameterException extends GeneralSecurityException { // Public Constructors public InvalidAlgorithmParameterException ( ); 5.0 public InvalidAlgorithmParameterException (Throwable cause ); public InvalidAlgorithmParameterException (String msg ); 5.0 public InvalidAlgorithmParameterException (String message , Throwable cause ); }
Thrown By
Too many methods to list. |