Class EInvalidCredentials
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.authentication.EAuthException
-
- com.netscape.certsrv.authentication.EInvalidCredentials
-
- All Implemented Interfaces:
java.io.Serializable
public class EInvalidCredentials extends EAuthException
An exception for invalid credentials.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description EInvalidCredentials(java.lang.String errorString)
Constructs an Invalid Credentials exception.EInvalidCredentials(java.lang.String errorString, java.lang.Exception cause)
-
Method Summary
-
Methods inherited from class com.netscape.certsrv.authentication.EAuthException
getBundleName
-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
-
-