aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/lang/InterruptedException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/java/lang/InterruptedException.java')
-rw-r--r--src/share/classes/java/lang/InterruptedException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/share/classes/java/lang/InterruptedException.java b/src/share/classes/java/lang/InterruptedException.java
index d57bb62d5..d8ddd3654 100644
--- a/src/share/classes/java/lang/InterruptedException.java
+++ b/src/share/classes/java/lang/InterruptedException.java
@@ -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
@@ -48,6 +48,8 @@ package java.lang;
*/
public
class InterruptedException extends Exception {
+ private static final long serialVersionUID = 6700697376100628473L;
+
/**
* Constructs an <code>InterruptedException</code> with no detail message.
*/