Name

ProviderException

Synopsis

Signals that an exception has occurred inside a cryptographic service provider. Note that ProviderException extends RuntimeException and is therefore an unchecked exception that may be thrown from any method without being declared.

java.security.ProviderException

Figure 14-33. java.security.ProviderException

public class ProviderException extends RuntimeException {
// Public Constructors
     public ProviderException( );  
5.0  public ProviderException(Throwable cause);  
     public ProviderException(String s);  
5.0  public ProviderException(String message, Throwable cause);  
}

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.