jPOS 1.6.7 API Documentation

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:
java.io.Serializable, Loggeable
Direct Known Subclasses:
JCEHandlerException

public class SMException
extends ISOException

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

Version:
$Revision: 2854 $ $Date: 2010-01-02 02:34:31 -0800 (Sat, 02 Jan 2010) $
Author:
Hani S. Kirollos
See Also:
Serialized Form

Constructor Summary
SMException()
           
SMException(java.lang.Exception e)
           
SMException(java.lang.String s)
           
SMException(java.lang.String s, java.lang.Exception e)
           
 
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

SMException

public SMException()

SMException

public SMException(java.lang.String s)

SMException

public SMException(java.lang.Exception e)

SMException

public SMException(java.lang.String s,
                   java.lang.Exception e)

jPOS.org