p12f.exe.pasarelapagos.exceptions
Class SearchPaymentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byp12f.exe.pasarelapagos.exceptions.SearchPaymentException
All Implemented Interfaces:
java.io.Serializable

public class SearchPaymentException
extends java.lang.Exception

Excepcion lanzada por un objeto de negocio de la pasarela de pagos

See Also:
Serialized Form

Constructor Summary
SearchPaymentException()
          Constructor
SearchPaymentException(java.lang.String msg)
          Constructor
SearchPaymentException(java.lang.String msg, java.lang.Throwable ex)
          Constructor
SearchPaymentException(java.lang.Throwable ex)
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchPaymentException

public SearchPaymentException()
Constructor


SearchPaymentException

public SearchPaymentException(java.lang.Throwable ex)
Constructor

Parameters:
ex - (otra excepcion)

SearchPaymentException

public SearchPaymentException(java.lang.String msg)
Constructor


SearchPaymentException

public SearchPaymentException(java.lang.String msg,
                              java.lang.Throwable ex)
Constructor

Parameters:
msg - (un mensaje)
ex - (otra excepcion)