Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Signals that a requested cryptographic algorithm is not available. Thrown by getInstance( ) factory methods throughout the java.security package.
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); }