FileDocCategorySizeDatePackage
TimedoutException.javaAPI DocGlassfish v2 API3253Fri May 04 22:32:18 BST 2007com.sun.enterprise.util.pool

TimedoutException

public class TimedoutException extends PoolException

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

Fields Summary
Constructors Summary
public TimedoutException()

        super();
    
public TimedoutException(String message)

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

        super(message, throwable);
    
Methods Summary