Class PTEID_ExSOD

  • All Implemented Interfaces:
    java.io.Serializable

    public class PTEID_ExSOD
    extends PTEID_Exception
    Exception class SOD error error codes:

    EIDMW_SOD_UNEXPECTED_VALUE
    EIDMW_SOD_UNEXPECTED_ASN1_TAG
    EIDMW_SOD_UNEXPECTED_ALGO_OID
    EIDMW_SOD_ERR_HASH_NO_MATCH_ID
    EIDMW_SOD_ERR_HASH_NO_MATCH_ADDRESS
    EIDMW_SOD_ERR_HASH_NO_MATCH_PICTURE
    EIDMW_SOD_ERR_HASH_NO_MATCH_PUBLIC_KEY

    Throw when the SOD is not correct
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PTEID_ExSOD​(int lError)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      • Methods inherited from class java.lang.Throwable

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

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

      • PTEID_ExSOD

        public PTEID_ExSOD​(int lError)
        Constructor