com.dstc.security.cms
Class CMSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dstc.security.cms.CMSException

public class CMSException
extends Exception

A generic CMS exception class

See Also:
Serialized Form

Constructor Summary
CMSException()
          Constructs a CMSException with no detail message.
CMSException(String msg)
          Constructs an CMSException 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

CMSException

public CMSException()
Constructs a CMSException with no detail message. A detail message is a String that describes this particular exception.

CMSException

public CMSException(String msg)
Constructs an CMSException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
msg - the detail message.