File
Doc
Category
Size
Date
Package
AnnotatedException.java
API Doc
Android 1.5 API
558
Wed May 06 22:41:06 BST 2009
org.bouncycastle.jce.provider
AnnotatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class AnnotatedException extends Exception
Fields Summary
private Exception
_underlyingException
Constructors Summary
AnnotatedException
(
String
string,
Exception
e)
super(string); _underlyingException = e;
AnnotatedException
(
String
string)
this(string, null);
Methods Summary
public
java.lang.Throwable
getCause
()
return _underlyingException;
java.lang.Exception
getUnderlyingException
()
return _underlyingException;
Java Code Source