p12f.exe.pasarelapagos.exceptions
Class FinantialOrgException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ejie.r01f.exceptions.R01FBaseException
              extended byp12f.exe.pasarelapagos.exceptions.FinantialOrgException
All Implemented Interfaces:
java.io.Serializable

public class FinantialOrgException
extends com.ejie.r01f.exceptions.R01FBaseException

Excepción producida por un error en la Entidad Finaciera

See Also:
Serialized Form

Constructor Summary
FinantialOrgException()
           
FinantialOrgException(java.lang.Exception cause)
           
FinantialOrgException(long exNumber, java.lang.Exception cause)
           
FinantialOrgException(long exNumber, java.lang.String msg)
           
FinantialOrgException(long exNumber, java.lang.String msg, java.lang.Exception cause)
           
FinantialOrgException(java.lang.String msg)
           
FinantialOrgException(java.lang.String msg, java.lang.Exception cause)
           
 
Methods inherited from class com.ejie.r01f.exceptions.R01FBaseException
getDetailedMessage, getErrorNumber, getMessage, getRawMessage, setErrorNumber, toHtml, toString, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinantialOrgException

public FinantialOrgException()

FinantialOrgException

public FinantialOrgException(java.lang.Exception cause)
Parameters:
cause -

FinantialOrgException

public FinantialOrgException(long exNumber,
                             java.lang.Exception cause)
Parameters:
exNumber -
cause -

FinantialOrgException

public FinantialOrgException(long exNumber,
                             java.lang.String msg,
                             java.lang.Exception cause)
Parameters:
exNumber -
msg -
cause -

FinantialOrgException

public FinantialOrgException(long exNumber,
                             java.lang.String msg)
Parameters:
exNumber -
msg -

FinantialOrgException

public FinantialOrgException(java.lang.String msg,
                             java.lang.Exception cause)
Parameters:
msg -
cause -

FinantialOrgException

public FinantialOrgException(java.lang.String msg)
Parameters:
msg -