File
Doc
Category
Size
Date
Package
CMSException.java
API Doc
Bouncy Castle Crypto API 1.41 (Java 1.5)
448
Wed Oct 01 10:55:28 BST 2008
org.bouncycastle.cms
CMSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class CMSException extends Exception
Fields Summary
Exception
e
Constructors Summary
public CMSException
(
String
name)
super(name);
public CMSException
(
String
name,
Exception
e)
super(name); this.e = e;
Methods Summary
public
java.lang.Throwable
getCause
()
return e;
public
java.lang.Exception
getUnderlyingException
()
return e;
Java Code Source