Class SMException

All Implemented Interfaces:
Serializable, Loggeable
Direct Known Subclasses:
JCEHandlerException, WeakPINException

public class SMException extends ISOException
Signals that a Security Module exception of some sort has occurred.
See Also:
  • Constructor Details

    • SMException

      public SMException()
      Default constructor.
    • SMException

      public SMException(String s)
      Constructs a new exception with the given detail message.
      Parameters:
      s - failure description
    • SMException

      Constructs a new exception wrapping the given cause.
      Parameters:
      e - underlying cause
    • SMException

      public SMException(String s, Exception e)
      Constructs a new exception with the given detail message and cause.
      Parameters:
      s - failure description
      e - underlying cause
  • Method Details