iaik.smime
Class SMimeRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
iaik.cms.CMSRuntimeException
iaik.smime.SMimeRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ESSRuntimeException
public class SMimeRuntimeException
- extends CMSRuntimeException
This exception may be thrown if there occurs an error caused at
runtime.
- See Also:
- Serialized Form
Constructor Summary |
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. |
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 |
SMimeRuntimeException
public SMimeRuntimeException()
- Constructs a new runtime exception.
SMimeRuntimeException
public SMimeRuntimeException(java.lang.Exception ex)
- Constructs an SMimeRuntimeException with the exception
which causes this exception.
- Parameters:
ex
- the exception causing this exception
SMimeRuntimeException
public SMimeRuntimeException(java.lang.String msg)
- Constructs an SMimeRuntimeException with a specified detail message.
- Parameters:
msg
- the detail message.
SMimeRuntimeException
public SMimeRuntimeException(java.lang.String msg,
java.lang.Exception ex)
- Constructs an SMimeRuntimeException with a specified detail message and
the exception which causes this exception.
- Parameters:
msg
- the detail messageex
- the exception causing this exception
IAIK-CMS 6.0, (c) 2002 IAIK, (c) 2003, 2023 SIC