p12f.exe.holdercert.utils.errors
Class HolderCertInternalError
java.lang.Object
p12f.exe.holdercert.utils.errors.HolderCertInternalError
- All Implemented Interfaces:
- com.ejie.r01f.util.Initializable, java.io.Serializable
- public class HolderCertInternalError
- extends java.lang.Object
- implements java.io.Serializable, com.ejie.r01f.util.Initializable
EVENTOS DE ERROR INTERNOS.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GENERAL_ERROR_INITIALIZING_HOLDERCERT
public static java.lang.String GENERAL_ERROR_INITIALIZING_HOLDERCERT
GENERAL_ERROR_SENDING_HOLDERCERT
public static java.lang.String GENERAL_ERROR_SENDING_HOLDERCERT
GENERAL_ERROR_RECEIVING_HOLDERCERT_RESPONSE
public static java.lang.String GENERAL_ERROR_RECEIVING_HOLDERCERT_RESPONSE
NON_EXISTENT_FINANTIAL_ORG
public static java.lang.String NON_EXISTENT_FINANTIAL_ORG
NON_EXISTENT_ADMINISTRATION
public static java.lang.String NON_EXISTENT_ADMINISTRATION
FINANTIAL_ORG_WITHOUT_KEYS
public static java.lang.String FINANTIAL_ORG_WITHOUT_KEYS
FINANTIAL_ORG_WITH_WRONG_KEYS
public static java.lang.String FINANTIAL_ORG_WITH_WRONG_KEYS
code
public java.lang.String code
description
public java.util.Map description
holderCertData
public HolderCertData holderCertData
HolderCertInternalError
public HolderCertInternalError()
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto Tercero a XML.
- Returns:
- String que contiene el XML.
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
getObject
public static HolderCertInternalError getObject(java.lang.String xml)
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un XML en un objeto Tercero.
- Returns:
- Objeto Tercero construido a partir del XML.
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException