p12f.exe.pasarelapagos.exceptions
Class PaymentException

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

public class PaymentException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
PaymentException()
          Constructor
PaymentException(java.lang.String msg)
          Constructor
PaymentException(java.lang.String msg, java.lang.Throwable ex)
          Constructor
PaymentException(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

PaymentException

public PaymentException()
Constructor


PaymentException

public PaymentException(java.lang.Throwable ex)
Constructor

Parameters:
ex - (otra excepcion)

PaymentException

public PaymentException(java.lang.String msg)
Constructor


PaymentException

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

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