< prev index next >

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

Print this page

        

@@ -30,10 +30,11 @@
  * 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 >