com.dstc.security.smime
Class SMIMEException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.dstc.security.smime.SMIMEException
- public class SMIMEException
- extends Exception
A generic S/MIME exception class
- See Also:
- Serialized Form
Constructor Summary |
SMIMEException()
Constructs an SMIMEException with no detail message. |
SMIMEException(String msg)
Constructs an SMIMEException with the specified detail message. |
SMIMEException
public SMIMEException()
- Constructs an SMIMEException with no detail message. A detail
message is a String that describes this particular exception.
SMIMEException
public SMIMEException(String msg)
- Constructs an SMIMEException with the specified detail message.
A detail message is a String that describes this particular
exception.
- Parameters:
msg
- the detail message.