File
Doc
Category
Size
Date
Package
AFOtherException.java
API Doc
Glassfish v2 API
2307
Fri May 04 22:33:32 BST 2007
com.sun.enterprise.admin.common.exception
AFOtherException
java.lang.Object
AFException
public class AFOtherException extends AFException
Fields Summary
private final Throwable
cause
Constructors Summary
public AFOtherException
(
Exception
e)
super(e.getLocalizedMessage()); this.cause = e;
Methods Summary
public
java.lang.Throwable
getCause
()
return cause;
Java Code Source