aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/sun/net/www/ApplicationLaunchException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/sun/net/www/ApplicationLaunchException.java')
-rw-r--r--src/share/classes/sun/net/www/ApplicationLaunchException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/share/classes/sun/net/www/ApplicationLaunchException.java b/src/share/classes/sun/net/www/ApplicationLaunchException.java
index 3b346d5be..fe4370690 100644
--- a/src/share/classes/sun/net/www/ApplicationLaunchException.java
+++ b/src/share/classes/sun/net/www/ApplicationLaunchException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 1996 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 1996-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
@@ -33,6 +33,8 @@ package sun.net.www;
*/
public class ApplicationLaunchException extends Exception {
+ private static final long serialVersionUID = -4782286141289536883L;
+
public ApplicationLaunchException(String reason) {
super(reason);
}