FileDocCategorySizeDatePackage
AFOtherException.javaAPI DocGlassfish v2 API2307Fri May 04 22:33:32 BST 2007com.sun.enterprise.admin.common.exception

AFOtherException

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.ThrowablegetCause()

        return cause;