Class java.security.ProviderException (1.1)


public class ProviderException extends RuntimeException {
  // Public Constructors
    public ProviderException( );
    public ProviderException(String s);
}