Name

NoSuchProviderException

Synopsis

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

java.security.NoSuchProviderException

Figure 14-26. java.security.NoSuchProviderException

public class NoSuchProviderException extends GeneralSecurityException {
// Public Constructors
     public NoSuchProviderException( );  
     public NoSuchProviderException(String msg);  
}

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.