Package pt.gov.cartaodecidadao
Class PTEID_ExSOD
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pt.gov.cartaodecidadao.PTEID_Exception
-
- pt.gov.cartaodecidadao.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 pt.gov.cartaodecidadao.PTEID_Exception
GetError, GetMessage
-
-
-
-
Method Detail
-
delete
public void delete()
- Overrides:
delete
in classPTEID_Exception
-
-