mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8284851: Update javax.crypto files to use proper javadoc for mentioned classes
Reviewed-by: weijun, valeriep
This commit is contained in:
parent
8cdead0c94
commit
f804f2ce8e
92 changed files with 2142 additions and 2010 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -38,15 +38,15 @@ public class UnrecoverableEntryException extends GeneralSecurityException {
|
|||
private static final long serialVersionUID = -4527142945246286535L;
|
||||
|
||||
/**
|
||||
* Constructs an UnrecoverableEntryException with no detail message.
|
||||
* Constructs an {@code UnrecoverableEntryException} with no detail message.
|
||||
*/
|
||||
public UnrecoverableEntryException() {
|
||||
super();
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs an UnrecoverableEntryException with the specified detail
|
||||
* message, which provides more information about why this exception
|
||||
* Constructs an {@code UnrecoverableEntryException} with the specified
|
||||
* detail message, which provides more information about why this exception
|
||||
* has been thrown.
|
||||
*
|
||||
* @param msg the detail message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue