summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/authentication/EAuthException.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/authentication/EAuthException.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/authentication/EAuthException.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/authentication/EAuthException.java b/pki/base/common/src/com/netscape/certsrv/authentication/EAuthException.java
index 8f68f870b..b998ae8b0 100644
--- a/pki/base/common/src/com/netscape/certsrv/authentication/EAuthException.java
+++ b/pki/base/common/src/com/netscape/certsrv/authentication/EAuthException.java
@@ -27,6 +27,10 @@ import com.netscape.certsrv.base.EBaseException;
public class EAuthException extends EBaseException {
/**
+ *
+ */
+ private static final long serialVersionUID = -2763649418082002427L;
+ /**
* Resource class name
*/
private static final String AUTH_RESOURCES = AuthResources.class.getName();