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. |
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.