java.security
Class ProviderException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.security.ProviderException
This exception indicates that a runtime problem was encounterd with
a security provider.
Author:- Aaron M. Renn <arenn@urbanophile.com>
ProviderException
public ProviderException()
Create an instance with no descriptive error message.
ProviderException
public ProviderException(java.lang.String msg)
Create an instance with a descriptive error message.
Parameters: