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