public class SMimeRuntimeException extends CMSRuntimeException
exception_
Constructor and Description |
---|
SMimeRuntimeException()
Constructs a new runtime exception.
|
SMimeRuntimeException(java.lang.Exception ex)
Constructs an SMimeRuntimeException with the exception
which causes this exception.
|
SMimeRuntimeException(java.lang.String msg)
Constructs an SMimeRuntimeException with a specified detail message.
|
SMimeRuntimeException(java.lang.String msg,
java.lang.Exception ex)
Constructs an SMimeRuntimeException with a specified detail message and
the exception which causes this exception.
|
getException
public SMimeRuntimeException()
public SMimeRuntimeException(java.lang.Exception ex)
ex
- the exception causing this exceptionpublic SMimeRuntimeException(java.lang.String msg)
msg
- the detail message.public SMimeRuntimeException(java.lang.String msg, java.lang.Exception ex)
msg
- the detail messageex
- the exception causing this exception