org.jpos.security
Class SMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.iso.ISOException
              extended by org.jpos.security.SMException
All Implemented Interfaces:
Serializable, Loggeable
Direct Known Subclasses:
JCEHandlerException, WeakPINException

public class SMException
extends ISOException

Signals that a Security Module exception of some sort has occurred.

Version:
$Revision$ $Date$
Author:
Hani S. Kirollos
See Also:
Serialized Form

Constructor Summary
SMException()
           
SMException(Exception e)
           
SMException(String s)
           
SMException(String s, Exception e)
           
 
Method Summary
protected  String getTagName()
          put your documentation comment here
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMException

public SMException()

SMException

public SMException(String s)

SMException

public SMException(Exception e)

SMException

public SMException(String s,
                   Exception e)
Method Detail

getTagName

protected String getTagName()
put your documentation comment here

Overrides:
getTagName in class ISOException
Returns:
tag name


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