March 2005
Beginner to intermediate
1254 pages
104h 21m
English
ProviderException
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.
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); }
Read now
Unlock full access