Class SecureMessagingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.gob.jmulticard.de.tsenger.androsmex.iso7816.SecureMessagingException
-
- All Implemented Interfaces:
java.io.Serializable
public final class SecureMessagingException extends java.lang.Exception
Error en un mensaje seguro de canal inalámbrico.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SecureMessagingException(java.lang.String message)
SecureMessagingException(java.lang.String message, java.lang.Throwable cause)
SecureMessagingException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-