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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.