Support Serialization in Exceptions

Issue gh-16276
This commit is contained in:
Josh Cummings
2025-01-14 18:25:17 -07:00
parent 8e59fa1719
commit 244fd2eb51
66 changed files with 249 additions and 2 deletions

View File

@@ -617,6 +617,7 @@ public final class Base64 {
return out;
}
@SuppressWarnings("serial")
static class InvalidBase64CharacterException extends IllegalArgumentException {
InvalidBase64CharacterException(String message) {