java.security

Class NoSuchProviderException

public class NoSuchProviderException extends GeneralSecurityException

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

UNKNOWN: updated to 1.4

Constructor Summary
NoSuchProviderException()
Create a new instance with no descriptive error message.
NoSuchProviderException(String msg)
Create a new instance with a descriptive error message.

Constructor Detail

NoSuchProviderException

public NoSuchProviderException()
Create a new instance with no descriptive error message.

NoSuchProviderException

public NoSuchProviderException(String msg)
Create a new instance with a descriptive error message.

Parameters: msg the descriptive error message