Package es.gob.jmulticard.card
Class CryptoCardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
es.gob.jmulticard.card.CardException
es.gob.jmulticard.card.CryptoCardException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DnieCardException
Excepción relativa a una operación criptográfica de tarjeta.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Identificador de versión para la serialización. -
Constructor Summary
ConstructorsConstructorDescriptionConstruye la excepción.Construye la excepción.CryptoCardException
(String msg, Throwable cause) Construye la excepción. -
Method Summary
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 serialVersionUIDIdentificador de versión para la serialización.- See Also:
-
-
Constructor Details
-
CryptoCardException
public CryptoCardException()Construye la excepción. -
CryptoCardException
Construye la excepción.- Parameters:
msg
- Mensaje de error.
-
CryptoCardException
Construye la excepción.- Parameters:
msg
- Mensaje de error.cause
- Excepción que originó este error.
-