Module java.base
Package java.security

Class ProviderException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ProviderException extends RuntimeException
A runtime exception for Provider exceptions (such as misconfiguration errors or unrecoverable internal errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
Since:
1.1
See Also: