FileDocCategorySizeDatePackage
NoSuchProviderException.javaAPI DocAndroid 1.5 API1646Wed May 06 22:41:06 BST 2009java.security

NoSuchProviderException

public class NoSuchProviderException extends GeneralSecurityException
{@code NoSuchProviderException} indicates that a requested security provider could not be found.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public NoSuchProviderException(String msg)
Constructs a new instance of {@code NoSuchProviderException} with the given message.

param
msg the detail message for this exception.
since
Android 1.0


                                           
       
        super(msg);
    
public NoSuchProviderException()
Constructs a new instance of {@code NoSuchProviderException}.

since
Android 1.0

    
Methods Summary