summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/base/EPropertyNotFound.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/base/EPropertyNotFound.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/base/EPropertyNotFound.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/base/EPropertyNotFound.java b/pki/base/common/src/com/netscape/certsrv/base/EPropertyNotFound.java
index b442f009..833a393a 100644
--- a/pki/base/common/src/com/netscape/certsrv/base/EPropertyNotFound.java
+++ b/pki/base/common/src/com/netscape/certsrv/base/EPropertyNotFound.java
@@ -17,12 +17,13 @@
// --- END COPYRIGHT BLOCK ---
package com.netscape.certsrv.base;
+
/**
- * This class represents an exception thrown when a property is not found in the
- * configuration store. It extends EBaseException and uses the same resource
- * bundle.
+ * This class represents an exception thrown when a
+ * property is not found in the configuration store.
+ * It extends EBaseException and uses the same resource bundle.
* <p>
- *
+ *
* @version $Revision$, $Date$
* @see com.netscape.certsrv.base.EBaseException
*/
@@ -34,10 +35,9 @@ public class EPropertyNotFound extends EBaseException {
private static final long serialVersionUID = 2701966082697733003L;
/**
- * Constructs an instance of this exception given the name of the property
- * that's not found.
+ * Constructs an instance of this exception given the name of the
+ * property that's not found.
* <p>
- *
* @param errorString Detailed error message.
*/
public EPropertyNotFound(String errorString) {