FileDocCategorySizeDatePackage
RequestInterruptedException.javaAPI DocGlassfish v2 API3310Fri May 04 22:32:16 BST 2007com.sun.enterprise.util.pool

RequestInterruptedException

public class RequestInterruptedException extends PoolException

$Source: /cvs/glassfish/appserv-commons/src/java/com/sun/enterprise/util/pool/RequestInterruptedException.java,v $
author
$Author: tcfujii $
version
$Revision: 1.4 $ $Date: 2007/05/05 05:32:16 $

Fields Summary
Constructors Summary
public RequestInterruptedException()

        super();
    
public RequestInterruptedException(String message)

        super(message);
    
public RequestInterruptedException(String message, Throwable throwable)

        super(message, throwable);
    
Methods Summary