jPOS 1.6.1 API Documentation

org.jpos.iso
Class ISOFilter.VetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.iso.ISOException
              extended by org.jpos.iso.ISOFilter.VetoException
All Implemented Interfaces:
java.io.Serializable, Loggeable
Enclosing interface:
ISOFilter

public static class ISOFilter.VetoException
extends ISOException

See Also:
Serialized Form

Constructor Summary
ISOFilter.VetoException()
           
ISOFilter.VetoException(java.lang.Exception nested)
           
ISOFilter.VetoException(java.lang.String detail)
           
ISOFilter.VetoException(java.lang.String detail, java.lang.Exception nested)
           
 
Method Summary
 
Methods inherited from class org.jpos.iso.ISOException
dump, getNested, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISOFilter.VetoException

public ISOFilter.VetoException()

ISOFilter.VetoException

public ISOFilter.VetoException(java.lang.String detail)

ISOFilter.VetoException

public ISOFilter.VetoException(java.lang.Exception nested)

ISOFilter.VetoException

public ISOFilter.VetoException(java.lang.String detail,
                               java.lang.Exception nested)

jPOS.org