org.jpos.iso
Class ISOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.iso.ISOException
All Implemented Interfaces:
Serializable, Loggeable
Direct Known Subclasses:
ConfigurationException, DirPoll.DirPollException, ISOFilter.VetoException, ISOVException, SecureKeyStore.SecureKeyStoreException, SMException

public class ISOException
extends Exception
implements Loggeable

Signals that an ISO exception of some sort has occurred.

Version:
$Revision$ $Date$
Author:
Alejandro P. Revilla
See Also:
Serialized Form

Constructor Summary
ISOException()
          Constructs an ISOException with no detail message.
ISOException(String s)
          Constructs an ISOException with the specified detail message.
ISOException(String s, Throwable nested)
          Constructs an ISOException with a detail Message nested exception
ISOException(Throwable nested)
          Constructs an ISOException with a nested exception
 
Method Summary
 void dump(PrintStream p, String indent)
           
 Throwable getNested()
           
protected  String getTagName()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISOException

public ISOException()
Constructs an ISOException with no detail message.


ISOException

public ISOException(String s)
Constructs an ISOException with the specified detail message.

Parameters:
s - the detail message.

ISOException

public ISOException(Throwable nested)
Constructs an ISOException with a nested exception

Parameters:
nested - another exception

ISOException

public ISOException(String s,
                    Throwable nested)
Constructs an ISOException with a detail Message nested exception

Parameters:
s - the detail message.
nested - another exception
Method Detail

getNested

public Throwable getNested()
Returns:
nested exception (may be null)

getTagName

protected String getTagName()

dump

public void dump(PrintStream p,
                 String indent)
Specified by:
dump in interface Loggeable

toString

public String toString()
Overrides:
toString in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable


Copyright © 1998-2012 jPOS.org. All Rights Reserved.