diff --git a/api/current.txt b/api/current.txt index 01a27f9d939fb..625442cf8db9d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -53156,6 +53156,7 @@ package java.lang.reflect { public class GenericSignatureFormatError extends java.lang.ClassFormatError { ctor public GenericSignatureFormatError(); + ctor public GenericSignatureFormatError(java.lang.String); } public abstract interface InvocationHandler { diff --git a/api/system-current.txt b/api/system-current.txt index 896baa3508b3d..32e3253a0fb02 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -56786,6 +56786,7 @@ package java.lang.reflect { public class GenericSignatureFormatError extends java.lang.ClassFormatError { ctor public GenericSignatureFormatError(); + ctor public GenericSignatureFormatError(java.lang.String); } public abstract interface InvocationHandler { diff --git a/api/test-current.txt b/api/test-current.txt index 3a7e366a88758..304901af62e8f 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -53247,6 +53247,7 @@ package java.lang.reflect { public class GenericSignatureFormatError extends java.lang.ClassFormatError { ctor public GenericSignatureFormatError(); + ctor public GenericSignatureFormatError(java.lang.String); } public abstract interface InvocationHandler {