summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/profile/EDeferException.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/profile/EDeferException.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/profile/EDeferException.java21
1 files changed, 13 insertions, 8 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/profile/EDeferException.java b/pki/base/common/src/com/netscape/certsrv/profile/EDeferException.java
index 2717fabf..f4af86b2 100644
--- a/pki/base/common/src/com/netscape/certsrv/profile/EDeferException.java
+++ b/pki/base/common/src/com/netscape/certsrv/profile/EDeferException.java
@@ -17,14 +17,17 @@
// --- END COPYRIGHT BLOCK ---
package com.netscape.certsrv.profile;
+
/**
- * This represents a profile specific exception. The framework raises this
- * exception when a request is deferred.
+ * This represents a profile specific exception. The
+ * framework raises this exception when a request is
+ * deferred.
* <p>
- * A deferred request will not be processed immediately. Manual approval is
- * required for processing the request again.
+ * A deferred request will not be processed
+ * immediately. Manual approval is required for
+ * processing the request again.
* <p>
- *
+ *
* @version $Revision$, $Date$
*/
public class EDeferException extends EProfileException {
@@ -36,9 +39,11 @@ public class EDeferException extends EProfileException {
/**
* Creates a defer exception.
- *
- * @param msg localized message that will be displayed to end user. This
- * message should indicate the reason why a request is deferred.
+ *
+ * @param msg localized message that will be
+ * displayed to end user. This message
+ * should indicate the reason why a request
+ * is deferred.
*/
public EDeferException(String msg) {
super(msg);