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

InstanceAlreadyExistsException

public class InstanceAlreadyExistsException extends AFException

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

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

param
msg the detail message.

        super(msg);
    
Methods Summary