8375575: AttachNotSupportedException constructor missing @since 27

Reviewed-by: liach
This commit is contained in:
Yasumasa Suenaga 2026-01-18 07:35:12 +00:00
parent a0e6f028a8
commit 1cdb817422

View File

@ -68,6 +68,8 @@ public class AttachNotSupportedException extends Exception {
*
* @param message the detail message.
* @param cause the cause of this exception.
*
* @since 27
*/
public AttachNotSupportedException(String message, Throwable cause) {
super(message, cause);