public class SMimeException extends CMSException
| Constructor and Description |
|---|
SMimeException()
Construct a new SMimeException.
|
SMimeException(java.lang.String msg)
Constructs an SMimeException with a specified detail message.
|
SMimeException(java.lang.String message,
java.lang.Throwable cause)
Creates a
SMimeException with the specified detail message
and cause. |
public SMimeException()
public SMimeException(java.lang.String msg)
msg - the detail message.public SMimeException(java.lang.String message,
java.lang.Throwable cause)
SMimeException with the specified detail message
and cause.message - the detail message.cause - the cause (A null value is permitted, and
indicates that the cause is nonexistent or unknown)