Name

InvalidAlgorithmParameterException

Synopsis

Signals that one or more algorithm parameters (usually specified by a java.security.spec.AlgorithmParameterSpec object) are not valid.

java.security.InvalidAlgorithmParameterException

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.

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.