p12f.exe.pasarelapagos.v1.objects
Class PagoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byp12f.exe.pasarelapagos.v1.objects.PagoException
All Implemented Interfaces:
java.io.Serializable

public class PagoException
extends java.lang.Exception

Excepcion lanzada por un objeto de negocio de la pasarela de pagos Fecha de creación: (28/04/02)

See Also:
Serialized Form

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

PagoException

public PagoException()
Constructor


PagoException

public PagoException(java.lang.Throwable ex)
Constructor

Parameters:
ex - (otra excepcion)

PagoException

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

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