mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6749308: java.io, java.lang, java.util exception classes don't specify serialVersionUID
Reviewed-by: alanb
This commit is contained in:
parent
dfe323d640
commit
c6083c20e5
61 changed files with 182 additions and 64 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 1995-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* Copyright 1995-2008 Sun Microsystems, Inc. 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
|
||||
|
@ -44,6 +44,8 @@ package java.lang;
|
|||
*/
|
||||
public
|
||||
class InstantiationException extends Exception {
|
||||
private static final long serialVersionUID = -8441929162975509110L;
|
||||
|
||||
/**
|
||||
* Constructs an {@code InstantiationException} with no detail message.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue