Name

NoSuchAlgorithmException

Synopsis

Signals that a requested cryptographic algorithm is not available. Thrown by getInstance( ) factory methods throughout the java.security package.

java.security.NoSuchAlgorithmException

Figure 14-25. java.security.NoSuchAlgorithmException

public class NoSuchAlgorithmException extends GeneralSecurityException {
// Public Constructors
     public NoSuchAlgorithmException( );  
5.0  public NoSuchAlgorithmException(Throwable cause);  
     public NoSuchAlgorithmException(String msg);  
5.0  public NoSuchAlgorithmException(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.