jPOS 1.6.1 API Documentation

org.jpos.util
Class DirPoll.DirPollException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.iso.ISOException
              extended by org.jpos.util.DirPoll.DirPollException
All Implemented Interfaces:
java.io.Serializable, Loggeable
Enclosing class:
DirPoll

public static class DirPoll.DirPollException
extends ISOException

See Also:
Serialized Form

Constructor Summary
DirPoll.DirPollException()
           
DirPoll.DirPollException(java.lang.Exception nested)
           
DirPoll.DirPollException(java.lang.String detail)
           
DirPoll.DirPollException(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

DirPoll.DirPollException

public DirPoll.DirPollException()

DirPoll.DirPollException

public DirPoll.DirPollException(java.lang.String detail)

DirPoll.DirPollException

public DirPoll.DirPollException(java.lang.Exception nested)

DirPoll.DirPollException

public DirPoll.DirPollException(java.lang.String detail,
                                java.lang.Exception nested)

jPOS.org