opends/src/server/org/opends/server/admin/AdminRuntimeException.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2008 Sun Microsystems, Inc. * Copyright 2008-2009 Sun Microsystems, Inc. */ package org.opends.server.admin; @@ -39,6 +39,13 @@ */ public abstract class AdminRuntimeException extends RuntimeException { /** * Fake serialization ID. */ private static final long serialVersionUID = 1L; // Message that explains the problem. private final Message message;