Class WeakPINException

All Implemented Interfaces:
Serializable, Loggeable

public class WeakPINException extends SMException
Signals that a Weak PIN exception has occurred.
See Also:
  • Constructor Details

    • 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 description
      e - underlying cause