Package pt.gov.cartaodecidadao
Class PTEID_ExCmdNotAllowed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pt.gov.cartaodecidadao.PTEID_Exception
-
- pt.gov.cartaodecidadao.PTEID_ExCmdNotAllowed
-
- All Implemented Interfaces:
java.io.Serializable
public class PTEID_ExCmdNotAllowed extends PTEID_Exception
Exception class Command Not Allowed (error code = EIDMW_ERR_CMD_NOT_ALLOWED)
Throw when the command asked is not allowed
Used in : - PTEID_SmartCard::writeFile(const char *fileID,const PTEID_ByteArray &out,PTEID_Pin *pin,const char *csPinCode)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PTEID_ExCmdNotAllowed()
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
-
-