< prev index next >

src/java.base/share/classes/java/security/ProviderException.java

Print this page

        

*** 30,39 **** --- 30,40 ---- * misconfiguration errors or unrecoverable internal errors), * which may be subclassed by Providers to * throw specialized, provider-specific runtime errors. * * @author Benjamin Renaud + * @since 1.1 */ public class ProviderException extends RuntimeException { private static final long serialVersionUID = 5256023526693665674L;
< prev index next >