summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/password/EPasswordCheckException.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/password/EPasswordCheckException.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/password/EPasswordCheckException.java10
1 files changed, 2 insertions, 8 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/password/EPasswordCheckException.java b/pki/base/common/src/com/netscape/certsrv/password/EPasswordCheckException.java
index 65bef6079..a99fd764f 100644
--- a/pki/base/common/src/com/netscape/certsrv/password/EPasswordCheckException.java
+++ b/pki/base/common/src/com/netscape/certsrv/password/EPasswordCheckException.java
@@ -23,7 +23,7 @@ import com.netscape.certsrv.base.PasswordResources;
/**
* A class represents a password checker exception.
* <P>
- *
+ *
* @version $Revision$, $Date$
*/
public class EPasswordCheckException extends EBaseException {
@@ -35,13 +35,11 @@ public class EPasswordCheckException extends EBaseException {
/**
* Resource class name.
*/
- private static final String PASSWORD_CHECK_RESOURCES = PasswordResources.class
- .getName();
+ private static final String PASSWORD_CHECK_RESOURCES = PasswordResources.class.getName();
/**
* Constructs a password checker exception
* <P>
- *
* @param msgFormat exception details
*/
public EPasswordCheckException(String msgFormat) {
@@ -51,7 +49,6 @@ public class EPasswordCheckException extends EBaseException {
/**
* Constructs a password checker exception.
* <P>
- *
* @param msgFormat exception details in message string format
* @param param message string parameter
*/
@@ -62,7 +59,6 @@ public class EPasswordCheckException extends EBaseException {
/**
* Constructs a password checker exception.
* <P>
- *
* @param msgFormat exception details in message string format
* @param exception system exception
*/
@@ -73,7 +69,6 @@ public class EPasswordCheckException extends EBaseException {
/**
* Constructs a password checker exception.
* <P>
- *
* @param msgFormat the message format.
* @param params list of message format parameters
*/
@@ -83,7 +78,6 @@ public class EPasswordCheckException extends EBaseException {
/**
* Retrieves bundle name.
- *
* @return resource bundle name.
*/
protected String getBundleName() {