Class WeakPINException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpos.iso.ISOException
org.jpos.security.SMException
org.jpos.security.WeakPINException
- All Implemented Interfaces:
Serializable, Loggeable
Signals that a Weak PIN exception has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructs a new exception wrapping the given cause.Constructs a new exception with the given detail message.WeakPINException(String s, Exception e) Constructs a new exception with the given detail message and cause. -
Method Summary
Methods inherited from class SMException
getTagNameMethods inherited from class ISOException
dump, getNested, printStackTrace, printStackTrace, printStackTrace, toStringModifier and TypeMethodDescriptionvoiddump(PrintStream p, String indent) Dumps a human-readable representation of this exception to the print stream.Returns the nested (wrapped) exception, if any.voidvoidvoidtoString()Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTraceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Loggeable
dumpModifier and TypeMethodDescriptiondefault voiddump(PrintStream p, String indent, LogRenderer.Type type) Dumps a representation of this object using the specified renderer type.
-
Constructor Details
-
WeakPINException
public WeakPINException()Default constructor. -
WeakPINException
Constructs a new exception with the given detail message.- Parameters:
s- failure description
-
WeakPINException
Constructs a new exception wrapping the given cause.- Parameters:
e- underlying cause
-
WeakPINException
Constructs a new exception with the given detail message and cause.- Parameters:
s- failure descriptione- underlying cause
-