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

ServerInstanceException

public class ServerInstanceException extends AFException

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

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

param
msg the detail message.

        super(msg);
    
Methods Summary