FileDocCategorySizeDatePackage
PortInUseException.javaAPI DocGlassfish v2 API2482Fri May 04 22:33:34 BST 2007com.sun.enterprise.admin.common.exception

PortInUseException

public class PortInUseException extends AFException
An exception to suggest that a port with given number is already in use.

Fields Summary
Constructors Summary
public PortInUseException()
Creates new PortInUseException without detail message.

		super();
    
public PortInUseException(String msg)
Constructs an PortInUseException with the specified detail message.

param
msg the detail message.

        super(msg);
    
Methods Summary