p12f.exe.holdercert.utils.errors
Class HolderCertInternalError

java.lang.Object
  extended byp12f.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

Field Summary
 java.lang.String code
           
 java.util.Map description
           
static java.lang.String FINANTIAL_ORG_WITH_WRONG_KEYS
           
static java.lang.String FINANTIAL_ORG_WITHOUT_KEYS
           
static java.lang.String GENERAL_ERROR_INITIALIZING_HOLDERCERT
           
static java.lang.String GENERAL_ERROR_RECEIVING_HOLDERCERT_RESPONSE
           
static java.lang.String GENERAL_ERROR_SENDING_HOLDERCERT
           
 HolderCertData holderCertData
           
static java.lang.String NON_EXISTENT_ADMINISTRATION
           
static java.lang.String NON_EXISTENT_FINANTIAL_ORG
           
 
Constructor Summary
HolderCertInternalError()
           
 
Method Summary
static HolderCertInternalError getObject(java.lang.String xml)
          Convierte un XML en un objeto Tercero.
 java.lang.String toXML()
          Convierte un Objeto Tercero a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HolderCertInternalError

public HolderCertInternalError()
Method Detail

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