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

ControlException

public class ControlException extends AFException

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

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

param
msg the detail message.

        super(msg);
    
Methods Summary