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

Class NoSuchProviderException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.security.GeneralSecurityException
         |
         +--java.security.NoSuchProviderException


public class NoSuchProviderException

extends GeneralSecurityException

This exception is thrown when the requested security provider is not available.

Author:

Constructor Summary

NoSuchProviderException()

Create a new instance with no descriptive error message.
NoSuchProviderException(java.lang.String msg)

Create a new instance with a descriptive error message.

Constructor Details

NoSuchProviderException

public NoSuchProviderException()

Create a new instance with no descriptive error message.


NoSuchProviderException

public NoSuchProviderException(java.lang.String msg)

Create a new instance with a descriptive error message.

Parameters: