Package com.netscape.certsrv.profile
Class ECMCPopRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.profile.EProfileException
-
- com.netscape.certsrv.profile.ECMCPopRequiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class ECMCPopRequiredException extends EProfileException
This represents a profile specific exception for handling CMC popRequired condition. The framework raises this exception when a request is missing POP (Proof Of Possession)A CMC request with missing POP will not be processed immediately. Round trip is required to return with CMC direct POP (DecryptedPOP) for processing the request again.
- Version:
- $Revision$, $Date$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description ECMCPopRequiredException(java.lang.String msg)
Creates a defer exception.ECMCPopRequiredException(java.lang.String msg, java.lang.Throwable cause)
ECMCPopRequiredException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getBundleName, getParameters, toString, toString
-
-
-
-
Constructor Detail
-
ECMCPopRequiredException
public ECMCPopRequiredException(java.lang.String msg)
Creates a defer exception.- Parameters:
msg
- localized message that will be displayed to end user. This message should indicate the reason why a request is deferred.
-
ECMCPopRequiredException
public ECMCPopRequiredException(java.lang.String msg, java.lang.Throwable cause)
-
ECMCPopRequiredException
public ECMCPopRequiredException(java.lang.Throwable cause)
-
-