Module java.base
Package java.security

Class NoSuchProviderException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoSuchProviderException extends GeneralSecurityException
This exception is thrown when a particular security provider is requested but is not available in the environment.
Since:
1.1
See Also: