|
IAIK CMS/SMIME Toolkit API Documentation
Version 6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
iaik.cms.CMSRuntimeException
iaik.smime.SMimeRuntimeException
iaik.smime.ess.ESSRuntimeException
public class ESSRuntimeException
This exception may be thrown if there occurs an error caused at runtime.
| Field Summary |
|---|
| Fields inherited from class iaik.cms.CMSRuntimeException |
|---|
exception_ |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class iaik.cms.CMSRuntimeException |
|---|
getException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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
|
IAIK CMS/SMIME Toolkit API Documentation
Version 6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
|
v6.1 (c) 2002 IAIK, (c) 2003 - 2025 SIC |
|