jPOS 1.6.1 API Documentation

org.jpos.security.jceadapter
Class JCEHandlerException

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
                  extended by org.jpos.security.jceadapter.JCEHandlerException
All Implemented Interfaces:
java.io.Serializable, Loggeable

public class JCEHandlerException
extends SMException

See Also:
Serialized Form

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

JCEHandlerException

public JCEHandlerException()

JCEHandlerException

public JCEHandlerException(java.lang.String s)

JCEHandlerException

public JCEHandlerException(java.lang.Exception e)

JCEHandlerException

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

jPOS.org