SMimeException

public class SMimeException extends hk.hku.cecid.piazza.commons.GenericException

SMimeException represents all kinds of exception related to SMIME.

Author:Hugo Y. K. Lam

Constructors

SMimeException

public SMimeException()

Creates a new instance of SMimeException.

SMimeException

public SMimeException(String message)

Creates a new instance of SMimeException.

Parameters:
  • message – the error message.

SMimeException

public SMimeException(Throwable cause)

Creates a new instance of SMimeException.

Parameters:
  • cause – the cause of this exception.

SMimeException

public SMimeException(String message, Throwable cause)

Creates a new instance of SMimeException.

Parameters:
  • message – the error message.
  • cause – the cause of this exception.