Class ECMCBadIdentityException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ECMCBadIdentityException

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

        public ECMCBadIdentityException​(java.lang.Throwable cause)
      • ECMCBadIdentityException

        public ECMCBadIdentityException​(java.lang.String msg,
                                        java.lang.Throwable cause)