jPOS 1.6.5 API Documentation

org.jpos.core
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.iso.ISOException
              extended by org.jpos.core.ConfigurationException
All Implemented Interfaces:
java.io.Serializable, Loggeable

public class ConfigurationException
extends ISOException

Since:
jPOS 1.2
Version:
$Revision: 2706 $ $Date: 2009-03-05 03:24:43 -0800 (Thu, 05 Mar 2009) $
Author:
Alejandro P. Revilla
See Also:
Configurable, Serialized Form

Constructor Summary
ConfigurationException()
           
ConfigurationException(java.lang.String detail)
           
ConfigurationException(java.lang.String detail, java.lang.Throwable nested)
           
ConfigurationException(java.lang.Throwable 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

ConfigurationException

public ConfigurationException()

ConfigurationException

public ConfigurationException(java.lang.String detail)

ConfigurationException

public ConfigurationException(java.lang.Throwable nested)

ConfigurationException

public ConfigurationException(java.lang.String detail,
                              java.lang.Throwable nested)

jPOS.org