summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/notification
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-12-02 13:50:23 -0500
committerAdam Young <ayoung@redhat.com>2011-12-02 15:49:23 -0500
commit1f775b2e89af6e09fa56ea218ed92dc3dccaeb79 (patch)
tree695ccb0c050d8247091b6e00d9059f09fea3b040 /pki/base/common/src/com/netscape/certsrv/notification
parentd7d71804b885118e74928e413a8e7fb91b78706c (diff)
downloadpki-1f775b2e89af6e09fa56ea218ed92dc3dccaeb79.tar.gz
pki-1f775b2e89af6e09fa56ea218ed92dc3dccaeb79.tar.xz
pki-1f775b2e89af6e09fa56ea218ed92dc3dccaeb79.zip
SerialVersionID
Autogenerated SerialVersionID for all serializable classes
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/notification')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/notification/ENotificationException.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/notification/ENotificationException.java b/pki/base/common/src/com/netscape/certsrv/notification/ENotificationException.java
index cc2687bc3..4e34ded30 100644
--- a/pki/base/common/src/com/netscape/certsrv/notification/ENotificationException.java
+++ b/pki/base/common/src/com/netscape/certsrv/notification/ENotificationException.java
@@ -30,6 +30,10 @@ import com.netscape.certsrv.base.EBaseException;
public class ENotificationException extends EBaseException {
/**
+ *
+ */
+ private static final long serialVersionUID = 2101529206306996303L;
+ /**
* Identity resource class name.
*/
private static final String NOTIFICATION_RESOURCES = NotificationResources.class.getName();