Class ECMCBadIdentityException

All Implemented Interfaces:
Serializable

public class ECMCBadIdentityException extends EProfileException
This represents a profile specific exception for handling CMC badIdentity condition. The framework raises this exception when a request fails identity checks

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • ECMCBadIdentityException

      public ECMCBadIdentityException(String msg)
      Creates an exception.
      Parameters:
      msg - localized message that will be displayed to end user.
    • ECMCBadIdentityException

      public ECMCBadIdentityException(Throwable cause)
    • ECMCBadIdentityException

      public ECMCBadIdentityException(String msg, Throwable cause)