Class RequiredSecurityStateNotSatisfiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
es.gob.jmulticard.card.iso7816four.Iso7816FourCardException
es.gob.jmulticard.card.iso7816four.RequiredSecurityStateNotSatisfiedException
- All Implemented Interfaces:
Serializable
Error que se produce cuando se intenta realizar una operación ISO-7816-4 antes
de cumplir las precondiciones de seguridad necesarias (por ejemplo, leer las referencias
a las claves privadas sin haber antes introducido el PIN).
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class es.gob.jmulticard.card.iso7816four.Iso7816FourCardException
getStatusWord
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RequiredSecurityStateNotSatisfiedException
RequiredSecurityStateNotSatisfiedException(StatusWord retCode)
-