org.jpos.security
Class WeakPINException

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.WeakPINException
All Implemented Interfaces:
Serializable, Loggeable

public class WeakPINException
extends SMException

Signals that a Weak PIN exception has occurred.

Version:
$Revision$ $Date$
Author:
Robert Demski
See Also:
Serialized Form

Constructor Summary
WeakPINException()
           
WeakPINException(Exception e)
           
WeakPINException(String s)
           
WeakPINException(String s, Exception e)
           
 
Method Summary
 
Methods inherited from class org.jpos.security.SMException
getTagName
 
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

WeakPINException

public WeakPINException()

WeakPINException

public WeakPINException(String s)

WeakPINException

public WeakPINException(Exception e)

WeakPINException

public WeakPINException(String s,
                        Exception e)


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