public class ECMCPopRequiredException extends EProfileException
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.
mParams
Constructor and Description |
---|
ECMCPopRequiredException(java.lang.String msg)
Creates a defer exception.
|
ECMCPopRequiredException(java.lang.String msg,
java.lang.Throwable cause) |
ECMCPopRequiredException(java.lang.Throwable cause) |
getBundleName, getParameters, toString, toString
public ECMCPopRequiredException(java.lang.String msg)
msg
- localized message that will be
displayed to end user. This message
should indicate the reason why a request
is deferred.public ECMCPopRequiredException(java.lang.String msg, java.lang.Throwable cause)
public ECMCPopRequiredException(java.lang.Throwable cause)