p12f.exe.pasarelapagos.exceptions
Class DataException

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

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

Excepción asociada al uso del DataAPI.

Author:
dbenitof
See Also:
Serialized Form

Constructor Summary
DataException()
           
DataException(java.lang.Exception cause)
           
DataException(long exNumber, java.lang.Exception cause)
           
DataException(long exNumber, java.lang.String msg)
           
DataException(long exNumber, java.lang.String msg, java.lang.Exception cause)
           
DataException(java.lang.String msg)
           
DataException(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

DataException

public DataException()

DataException

public DataException(java.lang.Exception cause)

DataException

public DataException(long exNumber,
                     java.lang.Exception cause)

DataException

public DataException(java.lang.String msg)

DataException

public DataException(long exNumber,
                     java.lang.String msg)

DataException

public DataException(java.lang.String msg,
                     java.lang.Exception cause)

DataException

public DataException(long exNumber,
                     java.lang.String msg,
                     java.lang.Exception cause)