FileDocCategorySizeDatePackage
TimeoutException.javaAPI DocGlassfish v2 API2453Fri May 04 22:33:32 BST 2007com.sun.enterprise.admin.common.domains.registry

TimeoutException

public class TimeoutException extends IOException
An instance of this class represents that a timeout exception has occurred and it might be worth the client attempting a retry
author
Toby H Ferguson
version
$Revision: 1.4 $

Fields Summary
Constructors Summary
public TimeoutException()
Creates a new TimeoutException instance.

	super();
  
Methods Summary