6749308: java.io, java.lang, java.util exception classes don't specify serialVersionUID

Reviewed-by: alanb
This commit is contained in:
Chris Hegarty 2008-09-24 05:35:31 -07:00
parent dfe323d640
commit c6083c20e5
61 changed files with 182 additions and 64 deletions

View file

@ -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.
*/