org.cdgsoftware.icl.util
Class ICLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.iso.ISOException
              extended by org.cdgsoftware.icl.util.ICLException
All Implemented Interfaces:
java.io.Serializable, Loggeable

public class ICLException
extends ISOException

The Class ICLException.

See Also:
Serialized Form

Constructor Summary
ICLException()
          Instantiates a new iCL exception.
ICLException(java.lang.String s)
          Instantiates a new iCL exception.
ICLException(java.lang.String s, java.lang.Throwable nested)
          Instantiates a new iCL exception.
 
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

ICLException

public ICLException()
Instantiates a new iCL exception.


ICLException

public ICLException(java.lang.String s)
Instantiates a new iCL exception.

Parameters:
s - the s

ICLException

public ICLException(java.lang.String s,
                    java.lang.Throwable nested)
Instantiates a new iCL exception.

Parameters:
s - the s
nested - the nested