Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security

Class ProviderException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.lang.RuntimeException
         |
         +--java.security.ProviderException


public class ProviderException

extends RuntimeException

This exception indicates that a runtime problem was encounterd with a security provider.

Author:

Constructor Summary

ProviderException()

Create an instance with no descriptive error message.
ProviderException(java.lang.String msg)

Create an instance with a descriptive error message.

Constructor Details

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: